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
211 stars 34 forks source link

fix of precision issue #260

Closed sudiptoguha closed 3 years ago

sudiptoguha commented 3 years ago

Description of changes: Fixes a precision of Float_32 where the result of a roundoff exceeds the maximum value of a box. Also adds omissions in mappers, nodestore and pointstore.