[scikit-learn] ANN: scikit-learn 0.23 RC1
Adrin
adrin.jalali at gmail.com
Wed May 6 02:56:52 EDT 2020
Thanks to all our 200+ contributors, we are announcing a release candidate
for the upcoming release.
On top of a few exciting features, we're also deprecating positional
arguments in
many places where the constructor/method accepts many arguments.
for example, SVC(.5, "poly") will need to be expressed as SVC(C=.5,
kernel="poly"),
and SVC(C, kernel) as SVC(C=C, kernel=kernel).
Please give it a try and let us know if there are any issues for us to fix
them for the final release.
Release highlights:
https://scikit-learn.org/0.23/auto_examples/release_highlights/plot_release_highlights_0_23_0.html
Changelog: https://scikit-learn.org/0.23/whats_new/v0.23.html#changes-0-23
Happy testing,
Adrin
On behalf of the scikit-learn team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20200506/3d3236d2/attachment.html>
More information about the scikit-learn
mailing list