masmangan / scipy-lecture-notes

Tutorial material on the scientific Python ecosystem
http://scipy-lectures.org
Other
0 stars 0 forks source link

Replace Boston housing with California housing #2

Open masmangan opened 2 years ago

masmangan commented 2 years ago

https://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_boston.html

The scikit-learn maintainers therefore strongly discourage the use of this dataset unless the purpose of the code is to study and educate about ethical issues in data science and machine learning.

masmangan commented 2 years ago

https://scikit-learn.org/stable/install.html

masmangan commented 2 years ago

repl.it

pip3 install -U scikit-learn

masmangan commented 2 years ago

image