scikit-learn 1.0 is finally out! πŸš€πŸš€πŸš€

Here are my top 5 features from this release:

Thread πŸ‘‡
1. SplineTransformer:

Allows you to add nonlinear features without using pure polynomials. Splines are "piecewise polynomials" and have significant advantages over pure polynomials.

Notice how the spline (orange) can match the ground truth (black) better than the polynomials.
2. SGDOneClassSVM:

Allows for unsupervised outlier detection using stochastic gradient descent.

Unlike OneClassSVM, it's suitable for large datasets.

More details:
scikit-learn.org/stable/modules…
3. HistGradientBoostingClassifier and Regressor:

These aren't new, but they're no longer experimental!

They have native support for missing values (no need to impute) and native support for categorical features (no need to one-hot encode).

More details:
4. More flexible API for plotting a confusion matrix, ROC curve, precision-recall curve, etc:

You can now generate these plots using predictions (my preferred option) OR an estimator (which used to be the only option).

More details:
5. Most parameters are now required to be passed as keyword arguments (instead of positional arguments):

Requires you to write SVC(C=0.1, kernel='linear') instead of SVC(0.1, 'linear').

Makes code far more readable!

More details:
To be clear, scikit-learn has been stable for years, and releasing version 1.0 is just a way to indicate that to users.

Regardless, 1.0 is a HUGE milestone, and we should THANK the thousands of contributors who have donated countless hours to this project in the past decade! πŸŽ‰
Are you new to Machine Learning & scikit-learn? Get started with my FREE 4-hour course:

πŸ‘‰ courses.dataschool.io/introduction-t… πŸ‘ˆ

Or do you want to learn ML best practices & improve your scikit-learn skills? Take my FREE 3-hour course:

πŸ‘‰ courses.dataschool.io/scikit-learn-t… πŸ‘ˆ

β€’ β€’ β€’

Missing some Tweet in this thread? You can try to force a refresh
γ€€

Keep Current with Kevin Markham

Kevin Markham Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!

:(