PerformanceReport#
- class PerformanceReport[source]#
Deprecated. Summarize given scores on a dataset and model.
- __init__(alternative_scorers: Optional[Dict[str, Callable]] = None, reduce: Union[Callable, str] = 'mean', **kwargs)[source]#
- __new__(*args, **kwargs)#
Methods
|
Add new condition function to the check. |
|
Add condition - relative ratio difference between highest-class and lowest-class is less than threshold. |
|
Add condition - metric scores are greater than the threshold. |
|
Add condition - test performance is not degraded by more than given percentage in train. |
Remove all conditions from this check instance. |
|
Run conditions on given result. |
|
Return check configuration (conditions' configuration not yet supported). |
|
Return check object from a CheckConfig object. |
|
|
Return check metadata. |
Name of class in split camel case. |
|
|
Return parameters to show when printing the check. |
|
Return the values of the metrics for the test dataset in {metric: value} format. |
Remove given condition by index. |
|
|
Run check. |
|
Run check. |