You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use load_boston for a lot of our individual component testing so this will have to be updated to some other datasets. This will come into effect with scikit learn 1.2
The text was updated successfully, but these errors were encountered:
API Change Deprecates datasets.load_boston in 1.0 and it will be removed in 1.2. Alternative code snippets to load similar datasets are provided. Please report to the docstring of the function for details. scikit-learn/scikit-learn#20729 by Guillaume Lemaitre.
As seen in #1611
We use
load_boston
for a lot of our individual component testing so this will have to be updated to some other datasets. This will come into effect with scikit learn 1.2The text was updated successfully, but these errors were encountered: