Conversation
|
Ok this is good to go. Merging. |
|
@ogrisel (2) We get many extra warnings in the examples |
|
Thanks @ogrisel. Is there way to request a scikit-learn release candidate version through conda-forge (when it is ready)? I'm excited about how dask will make use of these changes and I'd like to get a build for multiple platforms. |
|
We have built RCs for scikit-learn in the past. If scikit-learn plans to make an RC, we'd be happy to work with them to get it released. RCs for various packages are available via |
|
this is making circle fail. do we have to revert for 0.20?
|
|
Discussion about the reported issues continued in #11771 |
Synchronize to the latest version of joblib.
includes loky: it fixes the intermittent crashes between OpenMP / Accelerate and GridSearchCV / RandomizedSearchCV;
makes it possible to better negotiate backends when using dask
better detection of the number of available CPUs and size of /dev/shm when running in containers such as docker
makes it possible to use LZ4 fast compression in load/dump
many other improvements and bug fixes.