`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`:](https://github.com/scikit-learn-contrib/stability-selection/blob/e6e34da3601cc8215cd0b08d5c5f3a9dd3ccfe01/stability_selection/stability_selection.py#L26) `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.
sklearn.externals.joblibwas 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, delayedwill throw an ImportErrorP.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.