koaning / scikit-lego

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

Load Boston is finally deprecated! #558

Closed koaning closed 1 year ago

koaning commented 1 year ago

I'm trying to fix the broken tests in CI while also reducing the warnings.

Will also fix https://github.com/koaning/scikit-lego/issues/555.

koaning commented 1 year ago

Before

=========== 7 failed, 3330 passed, 863 warnings in 198.02s (0:03:18) ===========
koaning commented 1 year ago

Halfway

================ 3337 passed, 445 warnings in 223.14s (0:03:43) ================
koaning commented 1 year ago

After

There's still a whole bunch of warnings left. But at least it's now scrollable 😅.

================ 3325 passed, 233 warnings in 212.61s (0:03:32) ================