Comparing multiple reports#
The class ComparisonReport provides a report allowing to compare
EstimatorReport or CrossValidationReport instances in an interactive
way. The functionalities of the report are accessible through accessors.
|
Report for comparing reports. |
Methods
Display report help using rich or HTML. |
|
Cache the predictions for sub-estimators reports. |
|
Clear the cache. |
|
|
Create an estimator report from one of the reports in the comparison. |
|
Get predictions from the underlying reports. |
Accessors
Accessor for model inspection related operations. |
|
Accessor for metrics-related operations. |
Metrics#
The metrics accessor helps you to evaluate the statistical performance of the
compared estimators. In addition, we provide a sub-accessor plot, to
get the common performance metric representations.
Display accessor help using rich or HTML. |
|
|
Report a set of metrics for the estimators. |
|
Compute the accuracy score. |
|
Compute the Brier score. |
Plot the confusion matrix. |
|
Compute a custom metric. |
|
|
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 different estimators. |
Inspection#
The inspection accessor helps you inspect your model by e.g. evaluating the importance
of the features in your model.
Display accessor help using rich or HTML. |
|
Retrieve the coefficients for each report, including the intercepts. |