crflynn / skgrf

scikit-learn compatible Python bindings for grf (generalized random forests) C++ random forest library
https://skgrf.readthedocs.io/en/stable/
GNU General Public License v3.0
30 stars 6 forks source link

add get estimator method to forests #49

Closed crflynn closed 3 years ago

crflynn commented 3 years ago

Adds a get_estimator(idx) method to forests to enable extraction of single tree estimators without having to serialize the full list of trees via the estimators_ property.