Conversation
| **Download:** http://pypi.python.org/pypi/joblib#downloads | ||
|
|
||
| **Source code:** https://github.com/joblib/joblib | ||
| **Source code:** http://github.com/joblib/joblib |
There was a problem hiding this comment.
That's weird. There is no good reason.
|
So... are we going to review this? How? |
| # customize the dispatch table without side effects in Python 2.7 | ||
| # to 3.2. For Python 3.3+ leverage the new dispatch_table | ||
| # feature from https://bugs.python.org/issue14166 that makes it possible | ||
| # feature from http://bugs.python.org/issue14166 that makes it possible |
There was a problem hiding this comment.
all the https->http changes are a bit confusing?
There was a problem hiding this comment.
ohhh did we change them with a regex in scikit-learn?
There was a problem hiding this comment.
The HTTPS switch was not contributed upstream to joblib, only in scikit-learn.
There was a problem hiding this comment.
Fixed upstream: joblib/joblib#805 (for the next release).
|
We're not running loky & joblib tests which is why codecov is failing, right? |
I think we have to review this by trusting the joblib team + CI... and then get feedback. I've updated the PR description to auto-close four issues. Happy to merge and give it a go... |
|
Thanks, I merged. |
* upstream/master: joblib 0.13.0 (scikit-learn#12531) DOC tweak KMeans regarding cluster_centers_ convergence (scikit-learn#12537) DOC (0.21) Make sure plot_tree docs are generated and fix link in whatsnew (scikit-learn#12533) ALL Add HashingVectorizer to __all__ (scikit-learn#12534) BLD we should ensure continued support for joblib 0.11 (scikit-learn#12350) fix typo in whatsnew Fix dead link to numpydoc (scikit-learn#12532) [MRG] Fix segfault in AgglomerativeClustering with read-only mmaps (scikit-learn#12485) MNT (0.21) OPTiCS change the default `algorithm` to `auto` (scikit-learn#12529) FIX SkLearn `.score()` method generating error with Dask DataFrames (scikit-learn#12462) MNT KBinsDiscretizer.transform should not mutate _encoder (scikit-learn#12514)
Hey all, thanks for the quick fix! Unfortunately, the issue is still there for me and the reproduction case #12413 doesnt work on my machine. I also get the "deprecated in favour of importlib" warning (#12474). python environment: Which seems to be installed properly. Do you know this issue? |
|
It sounds like you haven't updated scikit-learn to master. Have you? We
hope to release version 0.20.1 very soon
|
…ybutton * upstream/master: FIX YeoJohnson transform lambda bounds (scikit-learn#12522) [MRG] Additional Warnings in case OpenML auto-detected a problem with dataset (scikit-learn#12541) ENH Prefer threads for IsolationForest (scikit-learn#12543) joblib 0.13.0 (scikit-learn#12531) DOC tweak KMeans regarding cluster_centers_ convergence (scikit-learn#12537) DOC (0.21) Make sure plot_tree docs are generated and fix link in whatsnew (scikit-learn#12533) ALL Add HashingVectorizer to __all__ (scikit-learn#12534) BLD we should ensure continued support for joblib 0.11 (scikit-learn#12350) fix typo in whatsnew Fix dead link to numpydoc (scikit-learn#12532) [MRG] Fix segfault in AgglomerativeClustering with read-only mmaps (scikit-learn#12485) MNT (0.21) OPTiCS change the default `algorithm` to `auto` (scikit-learn#12529) FIX SkLearn `.score()` method generating error with Dask DataFrames (scikit-learn#12462) MNT KBinsDiscretizer.transform should not mutate _encoder (scikit-learn#12514)
|
Ah I wasnt aware that there have been changes to scikit too. I thought it was just a joblib issue fixed with 0.13.0. Thanks! |
|
For now scikit-learn still includes its own copy of joblib in sklearn/externals/joblib. This might change in the future though :) |
This reverts commit e8ddffb.
This reverts commit e8ddffb.
This updates joblib to 0.13.0 that now uses cloudpickle by default deterministically.
This should fix the following issues: