mne-tools / mne-features

MNE-Features software for extracting features from multivariate time series
https://mne-tools.github.io/mne-features/
BSD 3-Clause "New" or "Revised" License
142 stars 32 forks source link

ImportError: cannot import name 'joblib' from 'sklearn.externals' #57

Closed paulokanda closed 4 years ago

paulokanda commented 4 years ago

ImportError: cannot import name 'joblib' from 'sklearn.externals'

balandongiv commented 4 years ago

Hi, I am aware this issue might be already resolve in [#58],but I am dont know how to install mne_features with that latest patch. Temporarily, Im using the recommendation from the OP which import the joblit directly and using import joblib, without any error being shot.

But, my concern is, will this affect the subsequent analysis downstream?

jbschiratti commented 4 years ago

@balandongiv No, replacing from sklearn.externals import joblib with import joblib will not affect your results.

balandongiv commented 4 years ago

@balandongiv No, replacing from sklearn.externals import joblib with import joblib will not affect your results.

Thanks for confirming

paulokanda commented 4 years ago

Thank you very much!!!!

Em qua., 22 de jul. de 2020 às 09:35, balandong notifications@github.com escreveu:

@balandongiv https://github.com/balandongiv No, replacing from sklearn.externals import joblib with import joblib will not affect your results.

Thanks for confirming

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mne-tools/mne-features/issues/57#issuecomment-662427228, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOY2J7JFQDF722S4UNIGZGLR43MINANCNFSM4PBVQGWQ .

-- Paulo Kanda Neurologista