crflynn / skranger

scikit-learn compatible Python bindings for ranger C++ random forest library
https://skranger.readthedocs.io/en/stable/
GNU General Public License v3.0
52 stars 7 forks source link

optimize tree detail operations #104

Open crflynn opened 3 years ago

crflynn commented 3 years ago

Enabling visibility into tree estimators for ensembles currently is very slow. See if we can optimize this code.