default_suitesΒΆ
Functions for loading the default (built-in) suites for various validation stages.
Each function returns a new suite that is initialized with a list of checks and default conditions. It is possible to customize these suites by editing the checks and conditions inside it after suite creation.
Functions
Create a suite that is meant to detect integrity issues within a single dataset. |
|
Create a suite that is meant to detect data leakage between the training dataset and the test dataset. |
|
Create a suite that is meant to validate correctness of train-test split, including integrity, distribution and leakage checks. |
|
Create a suite that is meant to test model performance and overfit. |
|
Create a suite that includes many of the implemented checks, for a quick overview of your model and data. |