[scikit-learn] ANN: Release Candidate for Scikit-learn 0.22

Adrin adrin.jalali at gmail.com
Thu Nov 21 07:33:10 EST 2019


Hello everybody!

A new release candidate is out, and PyPI now has source and binary releases
for Scikit-learn 0.22rc2.post1.

* Documentation at https://scikit-learn.org/0.22 (with a new web design)
* Release Notes at https://scikit-learn.org/0.22/whats_new
* Download source or wheels at
https://pypi.org/project/scikit-learn/0.22rc2.post1/
  or install via `pip install --upgrade --pre scikit-learn`

We will have another release candidate soon with Python 3.8 wheels included.

You can see the release highlights here:
https://scikit-learn.org/0.22/auto_examples/release_highlights/plot_release_highlights_0_22_0.html
and it includes:
* A new plotting API:
https://scikit-learn.org/0.22/visualizations.html#visualizations
* Stacking clsasifier and regressor:
https://scikit-learn.org/0.22/modules/ensemble.html#stacking
* Permutation based feature importance:
https://scikit-learn.org/0.22/modules/permutation_importance.html#permutation-importance
* Native support for missing values for gradient boosting:
https://scikit-learn.org/0.22/modules/ensemble.html#missing-values-support
* ...

There are many other enhancements and fixes listed in the release notes.

Please note that if you're building from source, now you have Cython and
scipy
as new build dependencies.


Happy Learning!
>From the Scikit-learn core dev team.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20191121/dc3c4a76/attachment.html>


More information about the scikit-learn mailing list