RobustnessReport#
- class RobustnessReport[source]#
 Compare performance of model on original dataset and augmented dataset.
- Parameters
 - scorers: Union[Dict[str, Union[Metric, Callable, str]], List[Any]], default: None
 Scorers to override the default scorers (metrics), find more about the supported formats at https://docs.deepchecks.com/stable/user-guide/general/metrics_guide.html
- alternative_metricsDict[str, Metric], default: None
 Deprecated, please use scorers instead.
- 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__(scorers: Optional[Union[Dict[str, Union[Metric, Callable, str]], List[Any]]] = None, 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.  | 
  | 
Deserialize check instance from JSON string.  | 
  | 
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.  | 
  | 
Serialize check instance to JSON string.  | 
  | 
Accumulates batch data into the metrics.  |