-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
WIP Replace boston in estimator_checks.py #16897
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
Conversation
Hi @lucyleeow , thanks for your PR! Tests are failing: this is probably due to the intensive use of |
Thanks @cmarmo - I was actually going to ask you for advice on this. I had a look and
Not sure how estimators are tagged with |
Also
Maybe this is a good time replace the datasets with 'something more systematic'? |
I'm not sure what systematic would mean. But I'd agree that apparently diabetes is not a good one for this particular task. Maybe one of the synthesized ones? |
I think this is the only solution in order to keep consistency: maybe you can keep the |
I don't think this is possible because the tests use the @adrinjalali how would you determine a good dataset for |
Our dev guide says:
That to me means we need to find a dataset for which most models (i.e. everything in sklearn which doesn't have |
closed in preference of #17356 |
Reference Issues/PRs
Towards #16155
What does this implement/fix? Explain your changes.
Replace Boston dataset with diabetes dataset in
sklearn/utils/estimator_checks.py
Any other comments?