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
Full error message and traceback
FAILED rdtools/test/filtering_test.py::test_xgboost_clip_filter - AttributeError: 'super' object has no attribute 'sklearn_tags'
To Reproduce
Run pytests with update strategy eager (as of 12/12/2024).
Expected behavior
No failed tests.
Additional context
This bug is most likely going to be fixed with the next update of xgboost and is mostly a reminder to remove the version restriction.
The text was updated successfully, but these errors were encountered:
Describe the bug
Looks like scikit-learn just had a new release (https://scikit-learn.org/stable/whats_new/v1.6.html#version-1-6-0) and introduced a new tag sklearn_tags that seems to not yet work with xgboost.
Full error message and traceback
FAILED rdtools/test/filtering_test.py::test_xgboost_clip_filter - AttributeError: 'super' object has no attribute 'sklearn_tags'
To Reproduce
Run pytests with update strategy eager (as of 12/12/2024).
Expected behavior
No failed tests.
Additional context
This bug is most likely going to be fixed with the next update of xgboost and is mostly a reminder to remove the version restriction.
The text was updated successfully, but these errors were encountered: