We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey!
http://lib.stat.cmu.edu/datasets/boston
from sklearn.datasets import load_boston
load_boston has been removed from scikit-learn since version 1.2.
The text was updated successfully, but these errors were encountered:
yes, if you take a look at tests/test_distns.py you can see how I've fixed this in the tests. Feel free to submit a PR or I'll get to it eventually
Sorry, something went wrong.
Also, Boston dataset has a serious ethical issue. Please see https://medium.com/@docintangible/racist-data-destruction-113e3eff54a8 . Would be great to naturally discourage the use of this dataset
No branches or pull requests
Hey!
http://lib.stat.cmu.edu/datasets/boston
is no longer valid, returns 404from sklearn.datasets import load_boston
we getload_boston has been removed from scikit-learn since version 1.2.
The text was updated successfully, but these errors were encountered: