Simple, fast random forests
conda install conda-forge::biosphere
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)