Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#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
The text was updated successfully, but these errors were encountered:
Is hiding the warning an option?
Sorry, something went wrong.
or just changing the if not to pass the option on new joblib, which will probably be less code?
No branches or pull requests
#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
The text was updated successfully, but these errors were encountered: