how i can install old version of scikit-learn ?
i need use boston house price data set and this data set didnt work on new version of scilitlearn
beacuse this message:
load_boston` has been removed from scikit-learn since version 1.2.
The Boston housing prices dataset has an ethical problem: asinvestigated in [1], the authors of this dataset engineered anon-invertible variable "B" assuming that racial self-segregation had apositive impact on house prices [2]. Furthermore the goal of theresearch that led to the creation of this dataset was to study theimpact of air quality but it did not give adequate demonstration of thevalidity of this assumption.
The scikit-learn maintainers therefore strongly discourage the use ofthis dataset unless the purpose of the code is to study and educateabout ethical issues in data science and machine learning.