8000 Tags · dhrubo-os/anomaly-detection · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dhrubo-os/anomaly-detection

Tags

2.2.0.0

Toggle 2.2.0.0's commit message
Fix taskmanager compilation error in FakeNode (opensearch-project#634)

Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
(cherry picked from commit 103f034)

1.3.4.0

Toggle 1.3.4.0's commit message
fixed current version fetch issue and bumped to 1.3.4

Signed-off-by: Amit Galitzky <amgalitz@amazon.com>

2.1.0.0

Toggle 2.1.0.0's commit message
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)

2.0.1.0

Toggle 2.0.1.0's commit message
Add 2.0.1 release notes (opensearch-project#572)

Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
(cherry picked from commit 7f3820a)

1.3.3.0

Toggle 1.3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add release notes for 1.3.3 (opensearch-project#564)

Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>

2.0.0.0

Toggle 2.0.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.0

Toggle 1.3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1.3.2 release notes (opensearch-project#532)

Signed-off-by: Kaituo Li <kaituo@amazon.com>

2.0.0.0-rc1

Toggle 2.0.0.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

1.3.1.0

Toggle 1.3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

1.3.0.0

Toggle 1.3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgraded to protostuff 1.8.0. (opensearch-project#440)

Signed-off-by: dblock <dblock@dblock.org>
0