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
The current pytest error is caused by the update of scikit-learn. scikit-learn v1.6.0 has some incompatibility with xgboost, causing error "'super' object has no attribute '__sklearn_tags__'", and the xgboost team is working on it (https://stackoverflow.com/questions/79290968/super-object-has-no-attribute-sklearn-tags).
Temporarily limit the scikit-learn version to be <1.6.
0 commit comments