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

partial tree interface implementation #50

Closed crflynn closed 3 years ago

crflynn commented 3 years ago

Partial implementation of sklearn's tree api.

Also we fix a bug with decision path and accessing the wrong serialized forest key.