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

RCF 4.0 #352

Open sudiptoguha opened 1 year ago

sudiptoguha commented 1 year ago

This issue initiates RCF 4.0. The main two thrusts are further optimizations of memory and distributed access beyond the existing methods.

In effect the improvements would separate, clarify, and provide reference points of the usages of RCF in the two disparate settings mentioned above.