May 6, 2020
6:56 a.m.
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_... 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
2110
Age (days ago)
2110
Last active (days ago)
0 comments
1 participants
participants (1)
-
Adrin