You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing the same issue as @kyle-clara. Also, if I try to use GradientBoostingRegressor\Classifier instead of XGBoost I get a different error:
I believe this library was written for an earlier version of XGBoost and sklearn as I found multiple posts on StackOverflow mentioning same errors with get_booster attr missing which were resolved by downgrading xgboost.
@krzjoa Could you please specify versions of sklearn and xgboost libraries this package was written for and (preferably) update the code to work with the latest versions? Thank you
I get the following error with
xgboost==1.6.2
andscikit-gbm==0.2.1
:Reproducible example:
The text was updated successfully, but these errors were encountered: