Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

joblib no longer included in scikit-learn #33

Open
lcreteig opened this issue Aug 11, 2020 · 0 comments · May be fixed by #34
Open

joblib no longer included in scikit-learn #33

lcreteig opened this issue Aug 11, 2020 · 0 comments · May be fixed by #34

Comments

@lcreteig
Copy link

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

Therefore this line in stability_selection.py:
from sklearn.externals.joblib import Parallel, delayed will throw an ImportError

P.S. Thanks for making this available! It was really easy to get started with the code, and I learned a lot from the accompanying blog post.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant