skore is a Python open-source library designed to help data scientists apply recommended practices and avoid common methodological pitfalls in scikit-learn.

Introducing the CrossValidationReport

Super easy to get the Classification report:

calmcode

image.png

Automatically detect all the relevant metrics & find the right metric

calmcode

image.png

Comparison Report ⭐

video

It enables you to compare several skore estimator reports on the same test data, as in a benchmark of estimators. This saves you lines of code and computing time!

image.png

Feature Importance of the EstimatorReport

Feature importance

calmcode

They have implemendet a new feature_importance accessor in the EstimatorReport that enables you to perform model inspection by using feature importance. This saves you lines of code!

Beispiel:

image.png