biosphere 0.2.1

Simple, fast random forests.
Documentation
1
2
3
4
5
6
7
# Biosphere

Simple, fast random forests.

Random forests with a runtime of `O(n d log(n) + n_trees d n max_depth)` instead of `O(n_tree mtry n log(n) max_depth)`.

`biosphere` is available as a rust crate and as a Python package.