Suite#
- class Suite[source]#
Tabular suite to run checks of types: TrainTestCheck, SingleDatasetCheck, ModelOnlyCheck.
- __new__(*args, **kwargs)#
Attributes
Methods
|
Add a check or a suite to current suite. |
Return suite configuration (checks' conditions' configuration not yet supported). |
|
|
Return suite object from a CheckConfig object. |
|
Deserialize suite instance from JSON string. |
|
Remove a check by given index. |
|
Run all checks. |
Return tuple of supported check types of this suite. |
|
|
Serialize suite instance to JSON string. |