:probabl.'s Avatar

:probabl.

@probabl.ai.bsky.social

Own Your Data Science https://probabl.ai

2,860 Followers  |  32 Following  |  35 Posts  |  Joined: 06.02.2024  |  1.6308

Latest posts by probabl.ai on Bluesky

Post image

Welcome to our new sponsor @probabl.ai !

05.05.2025 07:01 β€” πŸ‘ 6    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
The difference between metrics and scorers
YouTube video by probabl The difference between metrics and scorers

There is a subtle, but important, difference between metrics and scorers in scikit-learn. Understanding this difference really matters, especially when you want to apply ML in business with custom metrics.

So we made a new tutorial on the topic, viewable here:
youtu.be/67KMDSitw1M

12.02.2025 10:43 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Remembering the order of the train_test_split
YouTube video by probabl Remembering the order of the train_test_split

The page for the `train_test_split` function is the most visited page on the scikit-learn documention. It's because people always forget the order of the output.

So we figured it might make sense to make a video that helps you remember:
youtu.be/wb4bKSHiDik

06.02.2025 10:18 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
The ups and downs of stratified cross-validation
YouTube video by probabl The ups and downs of stratified cross-validation

When you cross-validate, you're usually using stratified sampling. It's a default that comes with scikit-learn, and it certainly has an upside ... but also a downside.

We try to explain why in our latest whiteboard video on YouTube.
www.youtube.com/watch?v=EpK9...

30.01.2025 11:51 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Introducing the EstimatorReport
YouTube video by probabl Introducing the EstimatorReport

We introduced a new tool last week that helps you immediately grab all the right metrics and charts for your pipeline. It comes with many sensible defaults and can be customised too.

If you're keen to save some time, feel free to check the demo on YT:
youtu.be/2rjkrR7CjHc

28.01.2025 09:30 β€” πŸ‘ 5    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Preview
Exploring prefect for scheduling data workloads YouTube video by probabl

We will be going live in a bit, if you're keen to learn about prefect, feel free to join!

youtube.com/live/hkm5Ofi...

24.01.2025 10:10 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Playing with the classification report
YouTube video by probabl Playing with the classification report

We have a new whiteboard video! This one is all about the classification report and we explain how it works in detail by leveraging a custom widget to change some of the values by hand.

You can watch it on our YT channel here:
youtu.be/765qaIk30Rs

23.01.2025 09:18 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Introducing the EstimatorReport
YouTube video by probabl Introducing the EstimatorReport

Demo time! 2mn of your time to get a flavor of skore πŸ˜‰ youtu.be/2rjkrR7CjHc

22.01.2025 16:23 β€” πŸ‘ 10    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
GitHub - probabl-ai/skore: the scikit-learn sidekick the scikit-learn sidekick. Contribute to probabl-ai/skore development by creating an account on GitHub.

πŸš€ Meet skoreβ€”the @scikit-learn.org sidekick!

πŸ”Ή Offers guidance on modeling
πŸ”Ή Automated reports & key metrics
πŸ’‘ Built by scikit-learn maintainers. Open-source & ready to use!

Try it πŸ‘‰ tinyurl.com/bdhszwtn

22.01.2025 16:22 β€” πŸ‘ 14    πŸ” 7    πŸ’¬ 1    πŸ“Œ 2
Preview
Exploring prefect for scheduling data workloads YouTube video by probabl

Another week, another livestream.

This time we will have a look at prefect. It's a modern scheduling tool for Python that seems to have some nice features for ML training. Join us here on Friday:

youtube.com/live/hkm5Ofi...

21.01.2025 09:59 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 0    πŸ“Œ 1
Preview
More Python parallel stuff with joblib-modal YouTube video by probabl

We are going live in a bit.

If you're keen to see some parallel techniques in Python, or want to learn about Modal/joblib, this one is for you.

www.youtube.com/live/0SXyIcs...

17.01.2025 10:25 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Looking forward to speaking on the #OpenSourceAI panel at the sold out EU Open Source Policy Summit by @openforumeurope.org in two weeks. Rather than discussing the definition, we’ll focus on how #openness contributes to European competitivenessβ€”or perhaps, how it might help Europe catch up.

17.01.2025 08:05 β€” πŸ‘ 10    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
YouTube Share your videos with friends, family, and the world

The livestream this week will be about joblib and some big time cloud parallelism that it can support these days via a Modal integration.

If you want to learn about Modal or joblib, this should be a super fun one.

www.youtube.com/live/0SXyIcs...

14.01.2025 12:31 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
YouTube Share your videos with friends, family, and the world

We're going live in a bit with a new livestream. In this one we're giving ModernBERT a spin. It is very early days for the project, but there are some interesting milestones already.

Join here at 12:30 CET:
youtube.com/live/ZWo6Q85...

10.01.2025 09:37 β€” πŸ‘ 3    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Dumb models can be very smart
YouTube video by probabl Dumb models can be very smart

The first whiteboard video of the year talks about dummy models. The name might not imply it, but using these "dumb" models can be a very smart thing to do at times.

youtu.be/0553mUt3O-E

09.01.2025 11:17 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

We are back with livestreams this week and this Friday we will explore ModernBERT, a new pragmatic BERT model. It is very early for the project, which seems like a fun time to dip our toes!

Join us on Friday during lunch here:
youtube.com/live/ZWo6Q85...

07.01.2025 09:42 β€” πŸ‘ 11    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Rather than predictions, here are my professional wishes for 2025β€”shaped by a year of profound learning, building mission-driven @probabl.ai and data science commons with and around @scikit-learn.org, and engaging with brilliant minds, both enthusiastic and concerned about AI: #openness

25.12.2024 11:43 β€” πŸ‘ 15    πŸ” 4    πŸ’¬ 0    πŸ“Œ 2

Our Probablrs Starter Pack is up! go.bsky.app/JZXryZd

23.12.2024 13:45 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
When precision equals recall
YouTube video by probabl When precision equals recall

Our final whiteboard video of the year is about a detail, a tiny tiny detail, that relates to the precision and recall metrics. These two metrics are typically different, but sometimes they are equal.

And something interesting is happening when that is the case!
youtu.be/Zn2xrf4ijSY

19.12.2024 09:10 β€” πŸ‘ 6    πŸ” 1    πŸ’¬ 0    πŸ“Œ 1
Ask me Anything[tm] and a certification review!
YouTube video by probabl Ask me Anything[tm] and a certification review!

We are going offline during the holiday weeks, which is also why we are going to have a special edition of the livestream to wrap up the year. Feel free to ask us anything about ML as we also review some certification preparations.

www.youtube.com/watch?v=f9G7...

17.12.2024 12:44 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Our new handle is @probabl.ai :)

16.12.2024 09:16 β€” πŸ‘ 12    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

done

16.12.2024 07:23 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Making a recommender by just using Polars!
YouTube video by probabl Making a recommender by just using Polars!

Going live in a bit!

www.youtube.com/watch?v=U3Fi...

13.12.2024 11:21 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Precision, recall and F1-score
YouTube video by probabl Precision, recall and F1-score

We're going to dive into some metrics in the next few whiteboard videos. After all, if you are going to use them to judge machine learning models, it is really important to have a good intuition for them.

Let's start with precision, recall and F1:
youtu.be/3M2Gmuh5mtI

12.12.2024 09:21 β€” πŸ‘ 7    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Making a recommender by just using Polars!
YouTube video by probabl Making a recommender by just using Polars!

Join us this Friday if you're eager to see what it can be like to design a recommender while limiting ourselves to just a DataFrame API. It is somewhat unconventional, but a great excuse to show off a Polars trick or two.

www.youtube.com/watch?v=U3Fi...

10.12.2024 10:50 β€” πŸ‘ 14    πŸ” 2    πŸ’¬ 0    πŸ“Œ 1
Open source software priorities at Probabl - Chapter 2 Open source software priorities at Probabl - Chapter 2

At Probabl, together with the wider community, we continue our dedicated efforts to support and enhance @scikit-learn.org and its ecosystem. In this post, we provide a retrospective on the work accomplished over the last 6 months and the roadmap for the next 6:
papers.probabl.ai/open-source-...

06.12.2024 15:48 β€” πŸ‘ 15    πŸ” 7    πŸ’¬ 0    πŸ“Œ 1
Post image

We're going live later today with a livestream that is all about trying to use Rust to speed up scikit-learn utilities. Feel free to join if you want to ask questions here:

youtube.com/live/O6beIxz...

06.12.2024 09:29 β€” πŸ‘ 13    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Imbalanced-learn: regrets and onwards - with Guillaume Lemaitre, core-maintainer
YouTube video by probabl Imbalanced-learn: regrets and onwards - with Guillaume Lemaitre, core-maintainer

New podcast episode! This one is about imbalanced-learn and how the maintainer looks back with some lessons learned.

If you are dealing with imbalanced classification use-cases, like fraud, you'll want to listen in on this one!

youtu.be/npSkuNcm-Og

05.12.2024 09:58 β€” πŸ‘ 14    πŸ” 4    πŸ’¬ 0    πŸ“Œ 1
YouTube Share your videos with friends, family, and the world

We're back with a livestream on Friday! This time around we will explore Rust as a tool in an attempt to make faster scikit-learn utilities.

Feel free to join live here:
www.youtube.com/live/O6beIxz...

03.12.2024 12:35 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 0    πŸ“Œ 1

@probabl.ai is following 19 prominent accounts