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

Reduced warnings with Rust library #356

Closed ankane closed 1 year ago

ankane commented 1 year ago

Issue #, if available: N/A

Description of changes: Reduced warnings from 98 to 77 with rcf lib and 1 to 0 with example bin (with rustc 1.64.0).

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