bmurauer / pipelinehelper

scikit-helper to hot-swap pipeline elements
GNU General Public License v3.0
21 stars 9 forks source link

Fix: change `sklearn` to `scikit-learn` #17

Closed maxb2 closed 1 year ago

maxb2 commented 1 year ago

The sklearn package has been deprecated. They are implementing a "brown out" which causes installs to intermittently fail. The correct package name is scikit-learn.

bmurauer commented 1 year ago

Thank you very much for the contribution, and sorry for the long delay.