Image
user avatar
scikit-learn
@scikit_learn
Easy-to-use and general-purpose machine learning in Python
Joined August 2010
Posts
  • Pinned
    user avatar
    Find scikit-learn here, on our most active platforms: • LinkedIn: linkedin.com/company/798653… • Bluesky: bsky.app/profile/scikit… • Mastodon: fosstodon.org/@sklearn
  • user avatar
    scikit-learn 1.0 is out!!! Try it out with `pip install -U scikit-learn` or `conda install -c conda-forge scikit-learn` Check our release highlights here:
  • user avatar
    We just put out a release candidate for the next release (version 1.0), with many new features, and you can test it by `pip install --pre scikit-learn`
  • user avatar
    Scikit-learn 0.23 is out! Check out the highlights at scikit-learn.org/stable/auto_ex… Including: GLMs (Poisson, Gamma), HTML repr for notebooks, faster KMeans, monotonic constraints for GBDTs, and much more! To install: pip install -U scikit-learn 🎉 Thanks to everyone involved! 🎉
  • user avatar
    🧵The next #ScikitLearnMOOC session begins February 15! This free course is taught by #scikitlearn core developers and is accessible to anyone with basic #python programming skills. Sign up here: bit.ly/3fmUzZ0
    Image
    00:00
  • user avatar
    scikit-learn 1.1 is out! What's new? You can check the release highlights there: bit.ly/3yFnT7Q pip install -U scikit-learn or conda install -c conda-forge scikit-learn #sklearn #ML #Datascience #opensource #Python
    Image
  • user avatar
    📢 We are pleased to announce that scikit-learn has received a prize for #opensource scientific software from the French government. 🇫🇷 Where this machine learning library was initially developed. 🌐Congrats to all contributors, worldwide #OSEC2022 buff.ly/3gmAZwG
    Image
  • user avatar
    Image
    00:00
  • user avatar
    ⚠️ A reminder that using 'sklearn' rather than 'scikit-learn' in pip commands, will start failing in three days (December 1st) over some predefined time windows. More information about the 'sklearn' package deprecation is available at lnkd.in/ec4BwAeg. #Python #ml
    Image
    00:00
  • user avatar
    We just released the final 0.22, and you can start using it: `pip install -U scikit-learn` ✨ Check out scikit-learn.org/stable/auto_ex… for a short list of highlights.
  • user avatar
    Dear scikit-learners, we're happy to announce the 1.1.3 release. You can see the changelog here: scikit-learn.org/dev/whats_new/…
    Image
  • user avatar
    .@kaggle 2021 Annual State of Machine Learning Survey: • n=25000 --> Survey says: • top framework: scikit-learn, used by 80% of data scientists surveyed. kaggle.com/kaggle-survey-…
    Image
    Image
  • user avatar
    To contribute to scikit-learn, here are 2 ways to begin: a) Read the Contributing guide scikit-learn.org/dev/developers… b) Watch @amuellerml video: youtu.be/5OL8XoMMOfA
  • user avatar
    scikit-learn 0.24.0 is out on PyPI and conda-forge! Highlights include successive halving, categorical support for GBRT, SelfTrainingClassifier, SequentialFeatureSelector and much more! scikit-learn.org/0.24/auto_exam… Full changelog: scikit-learn.org/0.24/whats_new…