Tags: dhrubo-os/anomaly-detection
Tags
Expose model accuracy metrics in tests (opensearch-project#600) * Expose model accuracy metrics in tests This PR adds an option flag to print logs during tests and turn on the flag in CI workflow. The flag is disabled by default. By doing this, we can record model accuracy metrics in git workflows and later retrieve it for analysis. Testing done: 1. We can turn on/off logs during tests. 2. The accuracy logs are recorded. Signed-off-by: Kaituo Li <kaituo@amazon.com> (cherry picked from commit f630c8f)
Add release notes for 1.3.3 (opensearch-project#564) Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
Use current time as training data end time (opensearch-project#547) (o… …pensearch-project#554) * Use current time as training data end time The bug happens because we use job enabled time as training data end time. But if the historical data before that time is deleted or does not exist at all, cold start might never finish. This PR uses current time as the training data end time so that cold start has a chance to succeed later. This PR also removes the code that combines cold start data and existing samples in EntityColdStartWorker because we don't add samples until cold start succeeds. Combining cold start data and existing samples is thus unnecessary. Testing done: 1. manually verified the bug is fixed. 2. fixed all related unit tests. Signed-off-by: Kaituo Li <kaituo@amazon.com>
1.3.2 release notes (opensearch-project#532) Signed-off-by: Kaituo Li <kaituo@amazon.com>
Backport release notes and docker tests (opensearch-project#516) * Re-enable Tests for CI workflows (opensearch-project#509) * Re enable tests for CI Signed-off-by: aksingh-es <snghes@amazon.com> * reenable CI tests Signed-off-by: aksingh-es <snghes@amazon.com> * fixing minor issue Signed-off-by: aksingh-es <snghes@amazon.com> * fixing minor issue for CI Signed-off-by: aksingh-es <snghes@amazon.com> * Fix OS version in notes (opensearch-project#512) Signed-off-by: aksingh-es <snghes@amazon.com>
Bump version to 1.3.1 (opensearch-project#470) * Bump version to 1.3.1 Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com> * Add binaries Signed-off-by: Sayali Rohidas Gaikawad <gaiksaya@amazon.com>
Upgraded to protostuff 1.8.0. (opensearch-project#440) Signed-off-by: dblock <dblock@dblock.org>
PreviousNext