koaning / scikit-lego

Extra blocks for scikit-learn pipelines.
https://koaning.github.io/scikit-lego/
MIT License
1.28k stars 118 forks source link

[BUG] Github Actions fail because boston housing was removed from scikit-learn #555

Closed Garve closed 1 year ago

Garve commented 1 year ago

Hi!

Just created a PR and noticed that. Seems that we have to change the testing dataset or download it manually.

Best Robert

koaning commented 1 year ago

Ah, yeah. This was found to happen.

The dataset is still hosted and fetch-able via the fetch_openml function. Thanks for reporting!