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. |
|
Remove a check by given index. |
|
Run all checks. |
Return tuple of supported check types of this suite. |