SauceCat / PDPbox

python partial dependence plot toolbox
http://pdpbox.readthedocs.io/en/latest/
MIT License
840 stars 129 forks source link

Replace sklearn with scikit-learn #77

Closed hugovk closed 2 years ago

hugovk commented 3 years ago

The sklearn package is a wrapper around scikit-learn, and sklearn will be removed from PyPI at some point, starting with brownouts.

Instead, use scikit-learn directly.

See https://github.com/scikit-learn/scikit-learn/issues/8215 for more info.

hugovk commented 2 years ago

Closing this year-old PR, but happy to re-open if there's interest merging :+1: