NeuroKit.py icon indicating copy to clipboard operation
NeuroKit.py copied to clipboard

Fix #101 by importing joblib package rather than sklearn.externals version

Open alistairewj opened this issue 4 years ago • 0 comments

The sklearn.externals.joblib module was deprecated in favor of a dependency on joblib - see Miscellaneous section in 0.21 changelog: https://scikit-learn.org/stable/whats_new/v0.21.html#changelog )

This PR removes sklearn.externals.joblib and uses the external joblib module instead. Fixes issue #101.

alistairewj avatar Dec 05 '19 17:12 alistairewj