Suite¶
- class Suite[source]¶
Suite to run checks of types: TrainTestBaseCheck, SingleDatasetBaseCheck, ModelOnlyBaseCheck.
- __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. |