Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RCF to v3.8 and Enable Auto AD with 'Alert Once' Option #979

Merged
merged 3 commits into from
Aug 15, 2023

Commits on Aug 14, 2023

  1. Update RCF to v3.8 and Enable Auto AD with 'Alert Once' Option

    This PR added support for automatic Anomaly Detection (AD) and the 'Alert Once' option introduced in RCF 3.8.
    
    Testing done:
    
    1. Deserialization Test:
    * Verified model deserialization from 3.0-rc3.
    * Ensured consistent scoring using the rc3 checkpoint and rc3 dependency on identical data.
    
    2. Backward Compatibility Test:
    * Executed a mixed cluster with versions 2.10 and 3.0.
    * Validated that older detectors still produce results without throwing any exceptions in a blue-green simulation scenario.
    
    Signed-off-by: Kaituo Li <kaituo@amazon.com>
    kaituo committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b3fe699 View commit details
    Browse the repository at this point in the history
  2. reduce recall since alertOnce reduced recall

    Signed-off-by: Kaituo Li <kaituo@amazon.com>
    kaituo committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    001e4c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. remove commented out code

    Signed-off-by: Kaituo Li <kaituo@amazon.com>
    kaituo committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    5b88df7 View commit details
    Browse the repository at this point in the history