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

Run spotless to reformat code #317

Closed jotok closed 2 years ago

jotok commented 2 years ago

Running spotless reformatted some code. This PR commits them to the repsitory.

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

sudiptoguha commented 2 years ago

The test failure is due to an issue orthogonal to this PR. See issue 318 and the subsequent PR.