Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information