Report for a cross-validation of an estimator#
The class CrossValidationReport performs cross-validation and provides a report
to inspect and evaluate a scikit-learn estimator in an interactive way. The
functionalities of the report are exposed through accessors.
| 
 | Report for cross-validation results. | 
Methods
| Display available methods using rich. | |
| Cache the predictions for sub-estimators reports. | |
| Clear the cache. | |
| Get estimator's predictions. | 
Accessors
| Base class for all accessors. | |
| Accessor for metrics-related operations. | 
Data#
The data accessor helps you to get insights about the dataset used in the
cross-validation.
| Display available methods using rich. | |
| 
 | Plot dataset statistics. | 
Metrics#
The metrics accessor helps you to evaluate the statistical performance of your
estimator across cross-validation splits.
| 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. | 
| Plot the precision-recall curve. | |
| Plot the prediction error of a regression model. | |
| 
 | Compute the R² score. | 
| 
 | Compute the recall score. | 
| 
 | Compute the root mean squared error. | 
| 
 | Plot the ROC curve. | 
| 
 | Compute the ROC AUC score. | 
| Get all measured processing times related to the estimator. |