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

fixes for issues 390,391 and test coverage #392

Closed sudiptoguha closed 1 year ago

sudiptoguha commented 1 year ago

Issue #, if available: #390 and #391

Description of changes: Over the sequence of updates, the code coverage had decreased and the tests for investigating the issues provide a great excuse for increasing code coverage. The coverage is now 90 plus percent for parkservices as well as core.

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