Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

joblib raised Deprecation Error #44

Closed
EchoShoot opened this issue May 27, 2020 · 5 comments
Closed

joblib raised Deprecation Error #44

EchoShoot opened this issue May 27, 2020 · 5 comments

Comments

@EchoShoot
Copy link

DeprecationWarning: sklearn.externals.joblib is deprecated in 0.21 and will be removed in 0.23. Please import this functionality directly from joblib, which can be installed with: pip install joblib. If this warning is raised when loading pickled models, you may need to re-serialize those models with scikit-learn 0.21+.
warnings.warn(msg, category=DeprecationWarning)

cannot import name 'joblib' from 'sklearn.externals

@zsxing99
Copy link

     12 from sklearn.exceptions import NotFittedError
     13 from sklearn.utils.validation import check_is_fitted
---> 14 from sklearn.externals import joblib
     15 
     16 from grakel.graph import Graph

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

I think it has been removed and I am unable to use it.

@ysig
Copy link
Owner

ysig commented May 31, 2020 via email

@SylvainTakerkart
Copy link

Hi,
I'm getting back into using grakel after a few months... And I'm getting the same error...
Do you have any idea when the version available on pip will integrate this fix? It'd be very helpful coz I think all users are impacted, no? ;)
Cheers,
Sylvain

@ysig
Copy link
Owner

ysig commented Oct 1, 2020

Hi Sylvain,

yes we hope inside this month we will upload the new version.
We have added a new kernel and have a small bug.
As soon as we fix this we will upload it.

y

@SylvainTakerkart
Copy link

great, thanks ;)

trungdong added a commit to trungdong/provenance-kernel-evaluation that referenced this issue Oct 20, 2020
@ysig ysig closed this as completed Dec 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants