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
This was unexpected as the documentation (maybe out-dated?) stated that XGBoost was supported for xgboost >= 0.6a2
> pip3 freeze
eli5==0.11.0
xgboost==1.5.0
Got the same Error: estimator XGBClassifier is not supported when trying to do eli5.show_weights() and eli5.explain_prediction() on the XGBoost model. May I know what is the latest release for xgboost that is supported? And perhaps the linked documentation could be updated to say that xgboost was supported for versions >= 0.6a2 and that release which is supported.
If there was a workaround to force eli5 to support xgboost, that would be great too, since the last resort would be to downgrade xgboost.
The text was updated successfully, but these errors were encountered:
This was unexpected as the documentation (maybe out-dated?) stated that XGBoost was supported for
xgboost >= 0.6a2
Got the same
Error: estimator XGBClassifier is not supported
when trying to doeli5.show_weights()
andeli5.explain_prediction()
on the XGBoost model. May I know what is the latest release for xgboost that is supported? And perhaps the linked documentation could be updated to say that xgboost was supported for versions >= 0.6a2 and that release which is supported.If there was a workaround to force eli5 to support xgboost, that would be great too, since the last resort would be to downgrade xgboost.
The text was updated successfully, but these errors were encountered: