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

AttributeError: module 'skgrf.grf' has no attribute 'regression_train' #94

Open Sten-Ostendorf opened 4 months ago

Sten-Ostendorf commented 4 months ago

I get this error when trying to use GRFForestRegressor to fit, if I try a local linear regressor i get the same error but for 'll_regression_train'. I've tried checking if all packages are the right version and follow the guidlines from all examples I can find, but it doesn't seem to work.. I am working in a cloud computing environment on Microsoft Azure databricks.