.gitignore
.licenserc_fix.yaml
.pylintrc
.readthedocs.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
DESCRIPTION.rst
FAQ.rst
LICENSE
MANIFEST.in
README.rst
VERSION
makefile
setup.py
spelling-allowlist.txt
tox.ini
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.yml
.github/scripts/update_version.sh
.github/workflows/build.yml
.github/workflows/codeql-analysis.yml
.github/workflows/conda_publish.yml
.github/workflows/lint.yml
.github/workflows/pr.yaml
.github/workflows/release.yml
conda-recipe/meta.yaml
deepchecks/.projectignore
deepchecks/__init__.py
deepchecks/checks.py
deepchecks/ppscore.py
deepchecks/suites.py
deepchecks.egg-info/PKG-INFO
deepchecks.egg-info/SOURCES.txt
deepchecks.egg-info/dependency_links.txt
deepchecks.egg-info/requires.txt
deepchecks.egg-info/top_level.txt
deepchecks/core/__init__.py
deepchecks/core/check_result.py
deepchecks/core/checks.py
deepchecks/core/condition.py
deepchecks/core/display_pandas.py
deepchecks/core/display_suite.py
deepchecks/core/errors.py
deepchecks/core/suite.py
deepchecks/core/check_utils/__init__.py
deepchecks/core/check_utils/whole_dataset_drift_utils.py
deepchecks/datasets/__init__.py
deepchecks/tabular/__init__.py
deepchecks/tabular/base_checks.py
deepchecks/tabular/context.py
deepchecks/tabular/dataset.py
deepchecks/tabular/model_base.py
deepchecks/tabular/suite.py
deepchecks/tabular/checks/__init__.py
deepchecks/tabular/checks/distribution/__init__.py
deepchecks/tabular/checks/distribution/train_test_feature_drift.py
deepchecks/tabular/checks/distribution/train_test_label_drift.py
deepchecks/tabular/checks/distribution/trust_score_comparison.py
deepchecks/tabular/checks/distribution/whole_dataset_drift.py
deepchecks/tabular/checks/integrity/__init__.py
deepchecks/tabular/checks/integrity/data_duplicates.py
deepchecks/tabular/checks/integrity/dominant_frequency_change.py
deepchecks/tabular/checks/integrity/is_single_value.py
deepchecks/tabular/checks/integrity/label_ambiguity.py
deepchecks/tabular/checks/integrity/mixed_data_types.py
deepchecks/tabular/checks/integrity/mixed_nulls.py
deepchecks/tabular/checks/integrity/new_category.py
deepchecks/tabular/checks/integrity/new_label.py
deepchecks/tabular/checks/integrity/special_chars.py
deepchecks/tabular/checks/integrity/string_length_out_of_bounds.py
deepchecks/tabular/checks/integrity/string_mismatch.py
deepchecks/tabular/checks/integrity/string_mismatch_comparison.py
deepchecks/tabular/checks/methodology/__init__.py
deepchecks/tabular/checks/methodology/boosting_overfit.py
deepchecks/tabular/checks/methodology/datasets_size_comparison.py
deepchecks/tabular/checks/methodology/date_train_test_leakage_duplicates.py
deepchecks/tabular/checks/methodology/date_train_test_leakage_overlap.py
deepchecks/tabular/checks/methodology/identifier_leakage.py
deepchecks/tabular/checks/methodology/index_leakage.py
deepchecks/tabular/checks/methodology/model_inference_time.py
deepchecks/tabular/checks/methodology/single_feature_contribution.py
deepchecks/tabular/checks/methodology/single_feature_contribution_train_test.py
deepchecks/tabular/checks/methodology/train_test_samples_mix.py
deepchecks/tabular/checks/methodology/unused_features.py
deepchecks/tabular/checks/overview/__init__.py
deepchecks/tabular/checks/overview/columns_info.py
deepchecks/tabular/checks/overview/model_info.py
deepchecks/tabular/checks/performance/__init__.py
deepchecks/tabular/checks/performance/calibration_score.py
deepchecks/tabular/checks/performance/confusion_matrix_report.py
deepchecks/tabular/checks/performance/model_error_analysis.py
deepchecks/tabular/checks/performance/performance_report.py
deepchecks/tabular/checks/performance/regression_error_distribution.py
deepchecks/tabular/checks/performance/regression_systematic_error.py
deepchecks/tabular/checks/performance/roc_report.py
deepchecks/tabular/checks/performance/segment_performance.py
deepchecks/tabular/checks/performance/simple_model_comparison.py
deepchecks/tabular/datasets/__init__.py
deepchecks/tabular/datasets/classification/__init__.py
deepchecks/tabular/datasets/classification/breast_cancer.py
deepchecks/tabular/datasets/classification/iris.py
deepchecks/tabular/datasets/classification/phishing.py
deepchecks/tabular/datasets/regression/__init__.py
deepchecks/tabular/datasets/regression/avocado.py
deepchecks/tabular/suites/__init__.py
deepchecks/tabular/suites/default_suites.py
deepchecks/utils/__init__.py
deepchecks/utils/dataframes.py
deepchecks/utils/features.py
deepchecks/utils/ipython.py
deepchecks/utils/metrics.py
deepchecks/utils/model.py
deepchecks/utils/plot.py
deepchecks/utils/simple_models.py
deepchecks/utils/strings.py
deepchecks/utils/typing.py
deepchecks/utils/validation.py
deepchecks/utils/wandb_utils.py
deepchecks/utils/distribution/__init__.py
deepchecks/utils/distribution/drift.py
deepchecks/utils/distribution/plot.py
deepchecks/utils/distribution/preprocessing.py
deepchecks/utils/distribution/rare_category_encoder.py
deepchecks/utils/distribution/trust_score.py
deepchecks/utils/performance/__init__.py
deepchecks/utils/performance/partition.py
deepchecks/vision/__init__.py
deepchecks/vision/base_checks.py
deepchecks/vision/classification_data.py
deepchecks/vision/context.py
deepchecks/vision/detection_data.py
deepchecks/vision/suite.py
deepchecks/vision/vision_data.py
deepchecks/vision/checks/__init__.py
deepchecks/vision/checks/distribution/__init__.py
deepchecks/vision/checks/distribution/heatmap_comparison.py
deepchecks/vision/checks/distribution/image_dataset_drift.py
deepchecks/vision/checks/distribution/image_property_drift.py
deepchecks/vision/checks/distribution/train_test_label_drift.py
deepchecks/vision/checks/distribution/train_test_prediction_drift.py
deepchecks/vision/checks/performance/__init__.py
deepchecks/vision/checks/performance/class_performance.py
deepchecks/vision/checks/performance/confusion_matrix.py
deepchecks/vision/checks/performance/image_segment_performance.py
deepchecks/vision/checks/performance/mean_average_precision_report.py
deepchecks/vision/checks/performance/mean_average_recall_report.py
deepchecks/vision/checks/performance/robustness_report.py
deepchecks/vision/checks/performance/simple_model_comparison.py
deepchecks/vision/datasets/__init__.py
deepchecks/vision/datasets/classification/__init__.py
deepchecks/vision/datasets/classification/mnist.py
deepchecks/vision/datasets/detection/__init__.py
deepchecks/vision/datasets/detection/coco.py
deepchecks/vision/datasets/detection/yolo_to_coco.py
deepchecks/vision/metrics_utils/__init__.py
deepchecks/vision/metrics_utils/detection_precision_recall.py
deepchecks/vision/metrics_utils/iou_utils.py
deepchecks/vision/metrics_utils/metrics.py
deepchecks/vision/suites/__init__.py
deepchecks/vision/suites/default_suites.py
deepchecks/vision/utils/__init__.py
deepchecks/vision/utils/detection_formatters.py
deepchecks/vision/utils/image_formatters.py
deepchecks/vision/utils/image_functions.py
deepchecks/vision/utils/measurements.py
deepchecks/vision/utils/transformations.py
deepchecks/vision/utils/validation.py
docs/.lycheeignore
docs/Makefile
docs/requirements.txt
docs/images/deepchecks-banner.png
docs/images/deepchecks-logo-with-white-wide-back.png
docs/images/diagram.svg
docs/images/notebook-example-launch-badges.png
docs/images/train-test-drift-output.png
docs/source/conf.py
docs/source/index.rst
docs/source/_static/binder-badge.svg
docs/source/_static/checks_and_conditions.png
docs/source/_static/colab-badge.svg
docs/source/_static/deepchecks-logo-with-white-wide-back.png
docs/source/_static/deepchecks_logo.svg
docs/source/_static/diagram.svg
docs/source/_static/pipeline_when_to_validate.svg
docs/source/_static/css/custom.css
docs/source/_static/favicons/apple-touch-icon.png
docs/source/_static/favicons/favicon.ico
docs/source/_static/favicons/favicon.png
docs/source/_templates/layout.html
docs/source/_templates/menu-dropdown.html
docs/source/_templates/autosummary/base.rst
docs/source/_templates/autosummary/check-module.rst
docs/source/_templates/autosummary/check.rst
docs/source/_templates/autosummary/class.rst
docs/source/_templates/autosummary/function.rst
docs/source/_templates/autosummary/method.rst
docs/source/_templates/autosummary/module.rst
docs/source/distribution/distribution_jupyter.zip
docs/source/distribution/distribution_python.zip
docs/source/distribution/index.rst
docs/source/examples/.nbval-sanitizer
docs/source/examples/index.rst
docs/source/getting-started/index.rst
docs/source/user-guide/index.rst
examples/README.rst
extensive_testing/requirements_extensive-tests.txt
extensive_testing/run_extensive_tests.py
requirements/dev-requirements.txt
requirements/nlp-requirements.txt
requirements/requirements.txt
requirements/vision-requirements.txt
tests/__init__.py
tests/conftest.py
tests/base/check_suite_test.py
tests/base/check_test.py
tests/base/dataset_test.py
tests/base/display_test.py
tests/base/feature_importance_utils_test.py
tests/base/to_json_test.py
tests/checks/__init__.py
tests/checks/utils.py
tests/checks/distribution/__init__.py
tests/checks/distribution/train_test_feature_drift_test.py
tests/checks/distribution/train_test_label_drift_test.py
tests/checks/distribution/trust_score_comparison_test.py
tests/checks/distribution/whole_dataset_drift_test.py
tests/checks/integrity/data_duplicate_test.py
tests/checks/integrity/dominant_frequency_change_test.py
tests/checks/integrity/is_single_value_test.py
tests/checks/integrity/label_ambiguity_test.py
tests/checks/integrity/mixed_data_types_test.py
tests/checks/integrity/mixed_nulls_test.py
tests/checks/integrity/new_category_test.py
tests/checks/integrity/new_label_test.py
tests/checks/integrity/special_chars_test.py
tests/checks/integrity/string_length_out_of_bounds_test.py
tests/checks/integrity/string_mismatch_comparison_test.py
tests/checks/integrity/string_mismatch_test.py
tests/checks/methodology/boosting_overfit_test.py
tests/checks/methodology/datasets_size_comparison_test.py
tests/checks/methodology/date_leakage_test.py
tests/checks/methodology/identifier_leakage_test.py
tests/checks/methodology/index_train_val_leakage_test.py
tests/checks/methodology/model_inference_time_test.py
tests/checks/methodology/single_feature_contribution_test.py
tests/checks/methodology/train_test_samples_mix_test.py
tests/checks/methodology/unused_features_test.py
tests/checks/overview/columns_info_test.py
tests/checks/overview/model_info_test.py
tests/checks/performance/calibration_score_test.py
tests/checks/performance/confusion_matrix_report_test.py
tests/checks/performance/model_error_analysis_test.py
tests/checks/performance/multi_model_performance_report_test.py
tests/checks/performance/partition_test.py
tests/checks/performance/performance_report_test.py
tests/checks/performance/regression_error_distribution_test.py
tests/checks/performance/regression_systematic_error_test.py
tests/checks/performance/roc_report_test.py
tests/checks/performance/segment_performance_test.py
tests/checks/performance/simple_model_comparison_test.py
tests/suites/__init__.py
tests/suites/test_suites.py
tests/utils/__init__.py
tests/utils/metrics_test.py
tests/utils/simple_models_test.py
tests/utils/test_string_utils.py
tests/vision/__init__.py
tests/vision/vision_conftest.py
tests/vision/utils_tests/__init__.py
tests/vision/utils_tests/formatters_test.py
tests/vision/utils_tests/metrics_test.py
tests/vision/utils_tests/mnist_imgaug.py