Thanks to visit codestin.com
Credit goes to github.com

Skip to content

joblib deprecation warnigns in 0.20.1 on python2.7 #12643

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

Closed
amueller opened this issue Nov 22, 2018 · 2 comments
Closed

joblib deprecation warnigns in 0.20.1 on python2.7 #12643

amueller opened this issue Nov 22, 2018 · 2 comments

Comments

@amueller
Copy link
Member

amueller commented Nov 22, 2018

#12172 results in deprecated API being used on python2.7 here:
https://github.com/scikit-learn/scikit-learn/pull/12172/files#diff-3d65710180ff5cb7d9ffb176e1ad721aR433
cc @jnothman @tomMoral

The warning is

precationWarning: check_pickle is deprecated in joblib 0.12 and will be removed in 0.13
@jnothman
Copy link
Member

Is hiding the warning an option?

@amueller
Copy link
Member Author

or just changing the if not to pass the option on new joblib, which will probably be less code?

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

2 participants