RobustnessReport#
- class RobustnessReport[source]#
Compare performance of model on original dataset and augmented dataset.
- Parameters
- alternative_metricsDict[str, Metric], default: None
A dictionary of metrics, where the key is the metric name and the value is an ignite.Metric object whose score should be used. If None are given, use the default metrics.
- augmentationsList, default: None
A list of augmentations to test on the data. If none are given default augmentations are used. Supported augmentations are of albumentations and imgaug.
- __init__(alternative_metrics: Optional[Dict[str, Metric]] = None, augmentations: Optional[List] = None, **kwargs)[source]#
- __new__(*args, **kwargs)#
Methods
|
Add new condition function to the check. |
|
Add condition which validates augmentations doesn't degrade the model metrics by given amount. |
Remove all conditions from this check instance. |
|
|
Run check. |
Run conditions on given result. |
|
Return check configuration (conditions' configuration not yet supported). |
|
Return check object from a CheckConfig object. |
|
|
Initialize the metrics for the check, and validate task type is relevant. |
|
Return check metadata. |
Name of class in split camel case. |
|
|
Return parameters to show when printing the check. |
Remove given condition by index. |
|
|
Run check. |
|
Accumulates batch data into the metrics. |