[scikit-learn] ANN Scikit-learn 0.18 released

Sebastian Raschka se.raschka at gmail.com
Thu Sep 29 01:34:40 EDT 2016


Have been playing around with the new functionality tonight. There are so many great additions, especially the new CV functionality in the model_selection module is super great. Nested CV is much more convenient now! Congratulations to everyone, and thanks for this great new version! :)


> On Sep 29, 2016, at 1:28 AM, Gael Varoquaux <gael.varoquaux at normalesup.org> wrote:
> 
> Hurray!
> 
> Congratulations to everybody, and in particular the release time!
> 
> Gaël
> 
> On Wed, Sep 28, 2016 at 05:01:45PM -0400, Andreas Mueller wrote:
>> Hi everybody.
> 
>> I'm happy to announce scikit-learn 0.18 has been released today.
>> You can install from pipy or anaconda.org:
> 
>> pip install --upgrade scikit-learn --no-deps
> 
> 
>> or if you prefer conda:
> 
>> conda update scikit-learn
> 
> 
>> A big thank you to everybody who contributed.
>> This one took us a while, but I think it's worth the wait.
> 
>> Highlights include:
>> - A new GaussianProcessClassifier and GaussianProcessRegressor to learn
>> complex kernels!
>> - A much improved GaussianMixture and BayesianGaussianMixture mixture
>> models.
>> - We moved the content of the grid_search, cross_validation and
>> validation_curve modules to the new model_selection module.
>> - A Multi-layer perceptron.
> 
>> and soo much more that it's impossible to summarize.
>> Check out the full changelog here:
> 
>> http://scikit-learn.org/stable/whats_new.html#version-0-18
> 
>> Please don't update a (ana)conda installation using pip, as that might lead
>> to problems.
>> Let us know any issues you have on the issue tracker:
>> https://github.com/scikit-learn/scikit-learn/issues
> 
>> Enjoy!
> 
>> Andy
>> _______________________________________________
>> scikit-learn mailing list
>> scikit-learn at python.org
>> https://mail.python.org/mailman/listinfo/scikit-learn
> 
> -- 
>    Gael Varoquaux
>    Researcher, INRIA Parietal
>    NeuroSpin/CEA Saclay , Bat 145, 91191 Gif-sur-Yvette France
>    Phone:  ++ 33-1-69-08-79-68
>    http://gael-varoquaux.info            http://twitter.com/GaelVaroquaux
> _______________________________________________
> scikit-learn mailing list
> scikit-learn at python.org
> https://mail.python.org/mailman/listinfo/scikit-learn



More information about the scikit-learn mailing list