WIP Replace boston in estimator_checks.py#16897
WIP Replace boston in estimator_checks.py#16897lucyleeow wants to merge 1 commit intoscikit-learn:masterfrom
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.pyAny other comments?