AttributeError: 'RandomForestQuantileRegressor' object has no attribute 'monotonic_cst'
Closed this issue · 1 comments
H0lt3n commented
The following error is generated when calling RandomForestQuantileRegressor.fit()
AttributeError: 'RandomForestQuantileRegressor' object has no attribute 'monotonic_cst'
This error occurs if scikit-learn=1.4.0, otherwise no problem
jasperroebroek commented
This has now been resolved in v0.0.30, sorry for the long wait.