suites#

Module contains all prebuilt vision suites.

Members

train_test_validation(**kwargs)

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

model_evaluation(**kwargs)

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

full_suite(**kwargs)

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

integrity_validation(**kwargs)

Create a suite that is meant to validate integrity of the data.