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
210 stars 33 forks source link

serde for nodestore #287

Closed sudiptoguha closed 2 years ago

sudiptoguha commented 2 years ago

Description of changes: Mappers etc for the new trees (along with conversion from 2.0/2.1 versions for double precision). The next step would be deletion and deprecation of double precision.