-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
New definition of poor_score
Estimator tag
#17182
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
Comments
Good point. I'm not sure if the tag overall is that well-defined. Maybe using a synthetic dataset would be better? If it's synthetic and all estimators are expected to work 'well' on it, it needs to be linear, though, I guess? Which would make it very simple. |
In one of the PRs (which one was it @lucyleeow ?) we agreed on |
Yes, @lucyleeow proposed #16897. There is no explicit decision about |
I guess another question is do we want the synthetic dataset to perform similarly to boston (such that the |
Let's try with |
I made a PR at #17356 with |
In the common tests, they are all smoke tests (check that it works with |
Following #16155 Boston dataset is gradually being replaced with other public or synthetic datasets.
Boston dataset is also used to define the estimator tag describing a failure to provide a “reasonable” test-set score (see documentation).
This issue is a follow-up of @adrinjalali comment.
Changing the tag definition will probably affect the tag of some estimators and some test results, this is why I think this is worth a specific issue.
Related issues and PR: #16897 , #16799.
The text was updated successfully, but these errors were encountered: