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 sample weights method to forests #46

Closed crflynn closed 3 years ago

crflynn commented 3 years ago

https://grf-labs.github.io/grf/reference/get_forest_weights.html

Add the ability to generate sample weights (kernel weights) for test data.