# SKlearn v1.0 is coming out!

**URL:** https://community.wandb.ai/t/sklearn-v1-0-is-coming-out/470
**Category:** Show the Community!
**Created:** [September 8, 2021, 3:04pm UTC](https://community.wandb.ai/t/sklearn-v1-0-is-coming-out/470 "2021-09-08T15:04:30Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![bhutanisanyam1](https://sea2.discourse-cdn.com/flex020/user_avatar/community.wandb.ai/bhutanisanyam1/32/18_2.png) [@bhutanisanyam1](https://community.wandb.ai/u/bhutanisanyam1)
#### Post date: [September 8, 2021, 3:04pm UTC](https://community.wandb.ai/t/sklearn-v1-0-is-coming-out/470/1 "2021-09-08T15:04:30Z")

</div>

Sklearn, I’m sure might be one of the first, if not THE first frameworks that you found for Machine Learning.

I distinctly remember Andreas Mueller’s candid reaction when I asked him if Sklearn 1.0 might come soon, and things weren’t clear at that point-when might that happen (This was ~6 months ago).

We’ve finally reached the state where Sklearn v1.0 release candidate is ready and after years of development, the framework will “mature” to 1.0

This is a topic to discuss your top/fav features from v1.0.

[Release Notes](https://scikit-learn.org/dev/whats_new/v1.0.html)  
[Interview w Andreas Mueller](https://www.youtube.com/watch?v=iNZd_5T8tCI)

---

<div class="post-metadata">

### Author: ![charlesfrye](https://sea2.discourse-cdn.com/flex020/user_avatar/community.wandb.ai/charlesfrye/32/52_2.png) [@charlesfrye](https://community.wandb.ai/u/charlesfrye)
#### Post date: [September 8, 2021, 9:13pm UTC](https://community.wandb.ai/t/sklearn-v1-0-is-coming-out/470/2 "2021-09-08T21:13:38Z")

</div>

wow, now that it’s at 1.0, i guess it’s stable enough to be used in production 😉

---

<div class="post-metadata">

### Author: ![charlesfrye](https://sea2.discourse-cdn.com/flex020/user_avatar/community.wandb.ai/charlesfrye/32/52_2.png) [@charlesfrye](https://community.wandb.ai/u/charlesfrye)
#### Post date: [September 8, 2021, 9:15pm UTC](https://community.wandb.ai/t/sklearn-v1-0-is-coming-out/470/3 "2021-09-08T21:15:03Z")

</div>

More seriously: from my perspective, looks like most of the changes are fairly small. Do you have a sense for what makes this release 1.0.0?

---

<div class="post-metadata">

### Author: ![tcapelle](https://sea2.discourse-cdn.com/flex020/user_avatar/community.wandb.ai/tcapelle/32/69_2.png) [@tcapelle](https://community.wandb.ai/u/tcapelle)
#### Post date: [September 9, 2021, 8:27am UTC](https://community.wandb.ai/t/sklearn-v1-0-is-coming-out/470/4 "2021-09-09T08:27:40Z")

</div>

Probably is to follow pandas/numpy

---

<div class="post-metadata">

### Author: ![sahiljuneja](https://sea2.discourse-cdn.com/flex020/user_avatar/community.wandb.ai/sahiljuneja/32/294_2.png) [@sahiljuneja](https://community.wandb.ai/u/sahiljuneja)
#### Post date: [September 9, 2021, 9:06am UTC](https://community.wandb.ai/t/sklearn-v1-0-is-coming-out/470/5 "2021-09-09T09:06:56Z")

</div>

This thread seems to shed some light on the decision-making process - [Version 1.0 of scikit-learn · Issue #14386 · scikit-learn/scikit-learn · GitHub](https://github.com/scikit-learn/scikit-learn/issues/14386)

---

<div class="post-metadata">

### Author: ![carlolepelaars](https://sea2.discourse-cdn.com/flex020/user_avatar/community.wandb.ai/carlolepelaars/32/248_2.png) [@carlolepelaars](https://community.wandb.ai/u/carlolepelaars)
#### Post date: [September 17, 2021, 12:00pm UTC](https://community.wandb.ai/t/sklearn-v1-0-is-coming-out/470/7 "2021-09-17T12:00:08Z")

</div>

> [@sahiljuneja](#):
>
> This thread seems to shed some light on the decision-making process

Nice, this does make it clear, thanks! Makes sense to follow what scipy did with their version 1.0 release.
