-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing mlr diagnostic script test #3269
Comments
This seems to come from the latest Scikit-learn 1.3.0, released 3 days ago, and that we are getting in our envs. |
Any suggestion for updating our code so it works with the latest version? |
See #3271 for a tentative fix |
Reopening the issue to give @schlunma a chance to investigate deeper this change of |
thanks for the care about this, Remi! @schlunma something to help you forget about all that fun you had on your vacation 😁 🏖️ |
just a heads up that the change in #3273 is not backwards compatible for |
When I checked it seemed to be, but it looks like I messed up 🤦 |
not a worry, Bouwe, Manu will have this shipshape when he's off the cruise ship 🚢 |
I was just playing around with various versions of from sklearn.utils._tags import (
_DEFAULT_TAGS,
) instead of a copy in our own code. At first sight, this does not seem to be a very intrusive change but I don't know much about these mlr diagnostics... |
That would mean importing a rather internal bit of scikit-learn, definitely not recommended because it may be removed at any point without prior warning. |
Thanks everyone for fixing this! I think #3273 does the right job. I agree with @bouweandela that we should not use private functionalities of sklearn (that's why I wrote this module in the first place). To make the test backwards-compatible, I propose to add a another mock class that simply exposes the |
The following test is failing:
see here.
The text was updated successfully, but these errors were encountered: