Evaluate, compare, and track your ML experiments. Built by the team that created and maintains scikit-learn. One line of code, comprehensive model evaluation, smart methodological guidance.
Try skore for freeOur team builds and maintains robust machine learning algorithms while keeping them simple and accessible, staying true to scikit-learn's founding philosophy of making predictive data analysis tools efficient and reusable in any context.
Beyond scikit-learn, we're expanding our impact across the entire data science pipeline: from where your data lives, with skrub handling the messy reality of heterogeneous tables and dataframes, to guiding you through the maze of experimentation with skore, helping data scientists move faster from raw data to validated, production-ready models.
We build products that encode the methodology and best practices our maintainers have developed over 15 years. Every data scientist can benefit from that depth, from day one.
import skore, skrub from sklearn.linear_model import Ridge model = skrub.tabular_pipeline(Ridge()) report = skore.evaluate(model, df, y, splitter=0.2) report
import skore, skrub from sklearn.linear_model import Ridge model = skrub.tabular_pipeline(Ridge()) report = skore.evaluate(model, df, y, splitter=5) report
import skore, skrub from sklearn.linear_model import Ridge from sklearn.ensemble import RandomForestRegressor models = [ skrub.tabular_pipeline(Ridge()), skrub.tabular_pipeline(RandomForestRegressor()), ] comparison_report = skore.evaluate(models, df, y, splitter=5) comparison_report
Evaluate any scikit-learn compatible model in one line of code. skore automatically generates the right metrics, feature importance plots, and diagnostics for your use case, with smart methodological warnings that catch common pitfalls before they reach production.
Hands-on courses built by scikit-learn core developers, the same people who created the MOOC that reached 40,000+ learners worldwide. Validate your ML expertise with the only official scikit-learn certification.
Start learning on skolar
New — Ecosystem Explorer
Discover packages, real-world use cases, and community rankings across the scikit-learn ecosystem.
Stay tuned, receive last news
about scikit-learn and probabl.