scikit-learn-contrib / stability-selection

scikit-learn compatible implementation of stability selection.
BSD 3-Clause "New" or "Revised" License
210 stars 63 forks source link

Import joblib directly, as sklearn.externals.joblib was removed #34

Open lcreteig opened 4 years ago

lcreteig commented 4 years ago

sklearn.externals.joblib was deprecated in v0.21 of scikit-learn, and has been removed in v0.23 (the latest stable release).

This PR imports directly from joblib and adds it as a dependency.

Fixes #33

nishalsach commented 3 years ago

Hi, was this issue ever fixed? I encountered it quite recently, and wanted to confirm. Thank you!

jjerphan commented 3 years ago

It looks like the project is unmaintained unfortunately.

nishalsach commented 3 years ago

Ahhh alright, thank you for replying regardless!