trevorstephens / gplearn

Genetic Programming in Python, with a scikit-learn inspired API
http://gplearn.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.56k stars 274 forks source link

boston dataset being depreciated by scikitlearn #257

Closed trevorstephens closed 2 years ago

trevorstephens commented 2 years ago

Some tests and examples will need re-work

trevorstephens commented 2 years ago

Reference issue on background: https://github.com/scikit-learn/scikit-learn/issues/16155

Now being depreciated: https://github.com/scikit-learn/scikit-learn/pull/20729

trevorstephens commented 2 years ago

the sklearn built-in load_diabetes toy dataset could be used as a suitable replacement