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).
O(n d log(n) + n_trees d n max_depth)
O(n_tree mtry n log(n) max_depth)
biosphere is available as a rust crate and as a Python package.
biosphere