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 n_node_samples and weighted_n_node_samples to Tree #52

Closed crflynn closed 3 years ago

crflynn commented 3 years ago

Adds n_node_samples and weighted_n_node_samples properties to low-level Tree interface.