aws / random-cut-forest-by-aws

An implementation of the Random Cut Forest data structure for sketching streaming data, with support for anomaly detection, density estimation, imputation, and more.
https://github.com/aws/random-cut-forest-by-aws
Apache License 2.0
206 stars 33 forks source link

update version to 3.0-rc1 #308

Closed amitgalitz closed 2 years ago

amitgalitz commented 2 years ago

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

Issue #, if available: https://github.com/aws/random-cut-forest-by-aws/issues/304

Description of changes: The latest release of AD 1.3 is using a hand built jar of RCF from this commit: https://github.com/aws/random-cut-forest-by-aws/commit/92968553178bc3aa09780bb0482121e2155f5a4e This PR will be based of a new branch that is cut from the commit mentioned above and includes a version bump from RCF 2.0.1 to RCF 3.0-rc1.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.