1 2 3 4 5 6 7
# XRF — Abstract Random Forest A generic Rust library to build [Random Forest](https://en.wikipedia.org/wiki/Random_forest) implementations for arbitrary data sources, given that they can provide some basic operations. Preview release.