[scikit-learn] Using a new random number generator in libsvm and liblinear

2020-01-02 Thread Adrin
Hi, liblinear and libsvm use the C `rand()` function which returns number up to 32767 on the windows platform. This PR proposes the following fix: *Fixed a convergence issue in ``libsvm`` and ``liblinear`` on Windows platforms* *impacting

Re: [scikit-learn] Using a new random number generator in libsvm and liblinear

2020-01-02 Thread Ruchika Nayyar
OK On Thu, Jan 2, 2020, 10:42 AM Adrin wrote: > Hi, > > liblinear and libsvm use the C `rand()` function which returns number up to > 32767 on the windows platform. This PR > proposes the > following fix: > > *Fixed a convergence issue in

[scikit-learn] scikit-learn 0.22.1 is out!

2020-01-02 Thread Olivier Grisel
This is a minor release that includes many bug fixes and solves a number of packaging issues with Windows wheels in particular. Here is the full changelog: https://scikit-learn.org/stable/whats_new/v0.22.html#version-0-22-1 The conda package will follow soon (hopefully). Thank you very much to a