suites#

Module contains all prebuilt suites.

Members

single_dataset_integrity()

Create a suite that is meant to detect integrity issues within a single dataset.

train_test_leakage()

Create a suite that is meant to detect data leakage between the training dataset and the test dataset.

train_test_validation()

Create a suite that is meant to validate correctness of train-test split, including integrity, distribution and leakage checks.

model_evaluation()

Create a suite that is meant to test model performance and overfit.

full_suite()

Create a suite that includes many of the implemented checks, for a quick overview of your model and data.