suites#

Module contains all prebuilt vision suites.

Members

data_integrity([image_properties, ...])

Create a suite that includes integrity checks.

train_test_validation([label_properties, ...])

Suite for validating correctness of train-test split, including distribution, integrity and leakage checks.

model_evaluation([scorers, area_range, ...])

Suite for evaluating the model's performance over different metrics, segments, error analysis, comparing to baseline, and more.

full_suite([n_samples, image_properties, ...])

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