API#
This page lists all the public functions and classes of the skore package.
Warning
This code is still in development. The API is subject to change.
Project#
These functions and classes are meant for managing a Project.
|
Open a project given a project name or path. |
|
A collection of items arranged in views and stored in a storage. |
|
Add a key-value pair to the Project. |
|
Get the value associated to |
Get assistance when developing ML/DS projects#
These functions and classes enhance scikit-learn’s ones.
|
Perform train-test-split of data. |
Report for a single estimator#
The class EstimatorReport
provides a report allowing to inspect and
evaluate a scikit-learn estimator in an interactive way. The functionalities of the
report are accessible through accessors.
|
Report for a fitted estimator. |
Display available methods using rich. |
Accessor for metrics-related operations. |
Metrics#
The metrics
accessor helps you to evaluate the statistical performance of your
estimator. In addition, we provide a sub-accessor plot
, to get the common
performance metric representations.
Display available methods using rich. |
|
Report a set of metrics for our estimator. |
|
Compute a custom metric. |
|
Compute the accuracy score. |
|
Compute the Brier score. |
|
Compute the log loss. |
|
Compute the precision score. |
|
Compute the R² score. |
|
Compute the recall score. |
|
Compute the root mean squared error. |
|
Compute the ROC AUC score. |
|
Display available methods using rich. |
|
Plot the precision-recall curve. |
|
Plot the prediction error of a regression model. |
|
Plot the ROC curve. |
Cross-validation report for an estimator#
The class CrossValidationReport
provides a report allowing to inspect and
evaluate a scikit-learn estimator through cross-validation in an interactive way. The
functionalities of the report are accessible through accessors.
|
Report for cross-validation results. |
Display available methods using rich. |
Accessor for metrics-related operations. |
Metrics#
The metrics
accessor helps you to evaluate the statistical performance of your
estimator during a cross-validation. In addition, we provide a sub-accessor plot
, to
get the common performance metric representations.
Display available methods using rich. |
|
Report a set of metrics for our estimator. |
|
Compute a custom metric. |
|
Compute the accuracy score. |
|
Compute the Brier score. |
|
Compute the log loss. |
|
Compute the precision score. |
|
Compute the R² score. |
|
Compute the recall score. |
|
Compute the root mean squared error. |
|
Compute the ROC AUC score. |
|
Display available methods using rich. |
|
Plot the precision-recall curve. |
|
Plot the prediction error of a regression model. |
|
Plot the ROC curve. |
Deprecated#
These functions and classes are deprecated.
|
Evaluate estimator by cross-validation and output UI-friendly object. |