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
_______________________________________________
scikit-learn mailing list
scikit-learn@python.org
https://mail.python.org/mailman/listinfo/scikit-learn

Reply via email to