DESCRIPTION.rst
LICENSE
MANIFEST.in
README.md
VERSION
setup.py
benchmarks/__init__.py
benchmarks/tabular_bench.py
benchmarks/vision_bench.py
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/analytics/__init__.py
deepchecks/analytics/anonymous_telemetry.py
deepchecks/core/__init__.py
deepchecks/core/check_json.py
deepchecks/core/check_result.py
deepchecks/core/checks.py
deepchecks/core/common.py
deepchecks/core/condition.py
deepchecks/core/context.py
deepchecks/core/display.py
deepchecks/core/errors.py
deepchecks/core/reduce_classes.py
deepchecks/core/suite.py
deepchecks/core/check_utils/__init__.py
deepchecks/core/check_utils/class_performance_utils.py
deepchecks/core/check_utils/feature_label_correlation_utils.py
deepchecks/core/check_utils/multivariate_drift_utils.py
deepchecks/core/check_utils/single_dataset_performance_base.py
deepchecks/core/resources/__init__.py
deepchecks/core/resources/jupyterlab-plotly.js
deepchecks/core/resources/requirejs.min.js
deepchecks/core/resources/suite-template-full.html
deepchecks/core/resources/suite-template.html
deepchecks/core/resources/widgets-embed-amd.js
deepchecks/core/resources/widgets-embed.js
deepchecks/core/serialization/__init__.py
deepchecks/core/serialization/abc.py
deepchecks/core/serialization/common.py
deepchecks/core/serialization/html_display.py
deepchecks/core/serialization/check_failure/__init__.py
deepchecks/core/serialization/check_failure/html.py
deepchecks/core/serialization/check_failure/ipython.py
deepchecks/core/serialization/check_failure/json.py
deepchecks/core/serialization/check_failure/junit.py
deepchecks/core/serialization/check_failure/wandb.py
deepchecks/core/serialization/check_failure/widget.py
deepchecks/core/serialization/check_result/__init__.py
deepchecks/core/serialization/check_result/html.py
deepchecks/core/serialization/check_result/ipython.py
deepchecks/core/serialization/check_result/json.py
deepchecks/core/serialization/check_result/junit.py
deepchecks/core/serialization/check_result/wandb.py
deepchecks/core/serialization/check_result/widget.py
deepchecks/core/serialization/dataframe/__init__.py
deepchecks/core/serialization/dataframe/html.py
deepchecks/core/serialization/dataframe/widget.py
deepchecks/core/serialization/suite_result/__init__.py
deepchecks/core/serialization/suite_result/html.py
deepchecks/core/serialization/suite_result/ipython.py
deepchecks/core/serialization/suite_result/json.py
deepchecks/core/serialization/suite_result/junit.py
deepchecks/core/serialization/suite_result/wandb.py
deepchecks/core/serialization/suite_result/widget.py
deepchecks/datasets/__init__.py
deepchecks/nlp/__init__.py
deepchecks/nlp/_shared_docs.py
deepchecks/nlp/base_checks.py
deepchecks/nlp/context.py
deepchecks/nlp/input_validations.py
deepchecks/nlp/suite.py
deepchecks/nlp/task_type.py
deepchecks/nlp/text_data.py
deepchecks/nlp/checks/__init__.py
deepchecks/nlp/checks/data_integrity/__init__.py
deepchecks/nlp/checks/data_integrity/conflicting_labels.py
deepchecks/nlp/checks/data_integrity/frequent_substrings.py
deepchecks/nlp/checks/data_integrity/property_label_correlation.py
deepchecks/nlp/checks/data_integrity/special_characters.py
deepchecks/nlp/checks/data_integrity/text_duplicates.py
deepchecks/nlp/checks/data_integrity/text_property_outliers.py
deepchecks/nlp/checks/data_integrity/under_annotated_segments.py
deepchecks/nlp/checks/data_integrity/unknown_tokens.py
deepchecks/nlp/checks/model_evaluation/__init__.py
deepchecks/nlp/checks/model_evaluation/confusion_matrix_report.py
deepchecks/nlp/checks/model_evaluation/prediction_drift.py
deepchecks/nlp/checks/model_evaluation/single_dataset_performance.py
deepchecks/nlp/checks/model_evaluation/train_test_performance.py
deepchecks/nlp/checks/model_evaluation/weak_segments_performance.py
deepchecks/nlp/checks/train_test_validation/__init__.py
deepchecks/nlp/checks/train_test_validation/label_drift.py
deepchecks/nlp/checks/train_test_validation/property_drift.py
deepchecks/nlp/checks/train_test_validation/text_embeddings_drift.py
deepchecks/nlp/checks/train_test_validation/train_test_sample_mix.py
deepchecks/nlp/datasets/__init__.py
deepchecks/nlp/datasets/classification/__init__.py
deepchecks/nlp/datasets/classification/just_dance_comment_analysis.py
deepchecks/nlp/datasets/classification/tweet_emotion.py
deepchecks/nlp/datasets/token_classification/__init__.py
deepchecks/nlp/datasets/token_classification/scierc_ner.py
deepchecks/nlp/metric_utils/__init__.py
deepchecks/nlp/metric_utils/scorers.py
deepchecks/nlp/metric_utils/token_classification.py
deepchecks/nlp/suites/__init__.py
deepchecks/nlp/suites/default_suites.py
deepchecks/nlp/utils/__init__.py
deepchecks/nlp/utils/data_inference.py
deepchecks/nlp/utils/llm_utils.py
deepchecks/nlp/utils/multivariate_embeddings_drift_utils.py
deepchecks/nlp/utils/nlp_plot.py
deepchecks/nlp/utils/test_utils.py
deepchecks/nlp/utils/text.py
deepchecks/nlp/utils/text_data_plot.py
deepchecks/nlp/utils/text_embeddings.py
deepchecks/nlp/utils/text_properties.py
deepchecks/nlp/utils/text_properties_models.py
deepchecks/nlp/utils/token_classification_utils.py
deepchecks/nlp/utils/weak_segments.py
deepchecks/tabular/__init__.py
deepchecks/tabular/_shared_docs.py
deepchecks/tabular/base_checks.py
deepchecks/tabular/context.py
deepchecks/tabular/dataset.py
deepchecks/tabular/deprecation_warnings.py
deepchecks/tabular/feature_importance.py
deepchecks/tabular/model_base.py
deepchecks/tabular/suite.py
deepchecks/tabular/checks/__init__.py
deepchecks/tabular/checks/data_integrity/__init__.py
deepchecks/tabular/checks/data_integrity/class_imbalance.py
deepchecks/tabular/checks/data_integrity/columns_info.py
deepchecks/tabular/checks/data_integrity/conflicting_labels.py
deepchecks/tabular/checks/data_integrity/data_duplicates.py
deepchecks/tabular/checks/data_integrity/feature_feature_correlation.py
deepchecks/tabular/checks/data_integrity/feature_label_correlation.py
deepchecks/tabular/checks/data_integrity/identifier_label_correlation.py
deepchecks/tabular/checks/data_integrity/is_single_value.py
deepchecks/tabular/checks/data_integrity/mixed_data_types.py
deepchecks/tabular/checks/data_integrity/mixed_nulls.py
deepchecks/tabular/checks/data_integrity/outlier_sample_detection.py
deepchecks/tabular/checks/data_integrity/percent_of_nulls.py
deepchecks/tabular/checks/data_integrity/special_chars.py
deepchecks/tabular/checks/data_integrity/string_length_out_of_bounds.py
deepchecks/tabular/checks/data_integrity/string_mismatch.py
deepchecks/tabular/checks/model_evaluation/__init__.py
deepchecks/tabular/checks/model_evaluation/boosting_overfit.py
deepchecks/tabular/checks/model_evaluation/calibration_score.py
deepchecks/tabular/checks/model_evaluation/confusion_matrix_report.py
deepchecks/tabular/checks/model_evaluation/model_inference_time.py
deepchecks/tabular/checks/model_evaluation/model_info.py
deepchecks/tabular/checks/model_evaluation/multi_model_performance_report.py
deepchecks/tabular/checks/model_evaluation/performance_bias.py
deepchecks/tabular/checks/model_evaluation/prediction_drift.py
deepchecks/tabular/checks/model_evaluation/regression_error_distribution.py
deepchecks/tabular/checks/model_evaluation/regression_systematic_error.py
deepchecks/tabular/checks/model_evaluation/roc_report.py
deepchecks/tabular/checks/model_evaluation/segment_performance.py
deepchecks/tabular/checks/model_evaluation/simple_model_comparison.py
deepchecks/tabular/checks/model_evaluation/single_dataset_performance.py
deepchecks/tabular/checks/model_evaluation/train_test_performance.py
deepchecks/tabular/checks/model_evaluation/train_test_prediction_drift.py
deepchecks/tabular/checks/model_evaluation/unused_features.py
deepchecks/tabular/checks/model_evaluation/weak_segments_performance.py
deepchecks/tabular/checks/train_test_validation/__init__.py
deepchecks/tabular/checks/train_test_validation/category_mismatch_train_test.py
deepchecks/tabular/checks/train_test_validation/datasets_size_comparison.py
deepchecks/tabular/checks/train_test_validation/date_train_test_leakage_duplicates.py
deepchecks/tabular/checks/train_test_validation/date_train_test_leakage_overlap.py
deepchecks/tabular/checks/train_test_validation/feature_drift.py
deepchecks/tabular/checks/train_test_validation/feature_label_correlation_change.py
deepchecks/tabular/checks/train_test_validation/index_leakage.py
deepchecks/tabular/checks/train_test_validation/label_drift.py
deepchecks/tabular/checks/train_test_validation/multivariate_drift.py
deepchecks/tabular/checks/train_test_validation/new_category_train_test.py
deepchecks/tabular/checks/train_test_validation/new_label_train_test.py
deepchecks/tabular/checks/train_test_validation/string_mismatch_comparison.py
deepchecks/tabular/checks/train_test_validation/train_test_feature_drift.py
deepchecks/tabular/checks/train_test_validation/train_test_label_drift.py
deepchecks/tabular/checks/train_test_validation/train_test_samples_mix.py
deepchecks/tabular/checks/train_test_validation/whole_dataset_drift.py
deepchecks/tabular/datasets/__init__.py
deepchecks/tabular/datasets/classification/__init__.py
deepchecks/tabular/datasets/classification/adult.py
deepchecks/tabular/datasets/classification/breast_cancer.py
deepchecks/tabular/datasets/classification/iris.py
deepchecks/tabular/datasets/classification/lending_club.py
deepchecks/tabular/datasets/classification/phishing.py
deepchecks/tabular/datasets/regression/__init__.py
deepchecks/tabular/datasets/regression/airbnb.py
deepchecks/tabular/datasets/regression/avocado.py
deepchecks/tabular/datasets/regression/wine_quality.py
deepchecks/tabular/integrations/__init__.py
deepchecks/tabular/integrations/h2o.py
deepchecks/tabular/metric_utils/__init__.py
deepchecks/tabular/metric_utils/additional_classification_metrics.py
deepchecks/tabular/metric_utils/scorers.py
deepchecks/tabular/suites/__init__.py
deepchecks/tabular/suites/default_suites.py
deepchecks/tabular/utils/__init__.py
deepchecks/tabular/utils/feature_importance.py
deepchecks/tabular/utils/messages.py
deepchecks/tabular/utils/task_inference.py
deepchecks/tabular/utils/task_type.py
deepchecks/tabular/utils/validation.py
deepchecks/utils/__init__.py
deepchecks/utils/array_math.py
deepchecks/utils/builtin_datasets_utils.py
deepchecks/utils/correlation_methods.py
deepchecks/utils/dataframes.py
deepchecks/utils/decorators.py
deepchecks/utils/dict_funcs.py
deepchecks/utils/display.py
deepchecks/utils/docref.py
deepchecks/utils/function.py
deepchecks/utils/gower_distance.py
deepchecks/utils/gpu_utils.py
deepchecks/utils/html.py
deepchecks/utils/ipython.py
deepchecks/utils/json_utils.py
deepchecks/utils/logger.py
deepchecks/utils/metrics.py
deepchecks/utils/model.py
deepchecks/utils/numbers.py
deepchecks/utils/other.py
deepchecks/utils/outliers.py
deepchecks/utils/plot.py
deepchecks/utils/simple_models.py
deepchecks/utils/single_sample_metrics.py
deepchecks/utils/strings.py
deepchecks/utils/type_inference.py
deepchecks/utils/typing.py
deepchecks/utils/validation.py
deepchecks/utils/wandb_utils.py
deepchecks/utils/abstracts/__init__.py
deepchecks/utils/abstracts/conflicting_labels.py
deepchecks/utils/abstracts/confusion_matrix_abstract.py
deepchecks/utils/abstracts/data_duplicates.py
deepchecks/utils/abstracts/feature_drift.py
deepchecks/utils/abstracts/label_drift.py
deepchecks/utils/abstracts/prediction_drift.py
deepchecks/utils/abstracts/train_test_performace.py
deepchecks/utils/abstracts/train_test_samples_mix.py
deepchecks/utils/abstracts/weak_segment_abstract.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/error_model.py
deepchecks/utils/performance/partition.py
deepchecks/vision/__init__.py
deepchecks/vision/_shared_docs.py
deepchecks/vision/base_checks.py
deepchecks/vision/context.py
deepchecks/vision/deprecation_warnings.py
deepchecks/vision/metrics.py
deepchecks/vision/suite.py
deepchecks/vision/checks/__init__.py
deepchecks/vision/checks/data_integrity/__init__.py
deepchecks/vision/checks/data_integrity/abstract_property_outliers.py
deepchecks/vision/checks/data_integrity/image_property_outliers.py
deepchecks/vision/checks/data_integrity/label_property_outliers.py
deepchecks/vision/checks/data_integrity/property_label_correlation.py
deepchecks/vision/checks/model_evaluation/__init__.py
deepchecks/vision/checks/model_evaluation/class_performance.py
deepchecks/vision/checks/model_evaluation/confusion_matrix.py
deepchecks/vision/checks/model_evaluation/mean_average_precision_report.py
deepchecks/vision/checks/model_evaluation/mean_average_recall_report.py
deepchecks/vision/checks/model_evaluation/prediction_drift.py
deepchecks/vision/checks/model_evaluation/simple_model_comparison.py
deepchecks/vision/checks/model_evaluation/single_dataset_performance.py
deepchecks/vision/checks/model_evaluation/train_test_prediction_drift.py
deepchecks/vision/checks/model_evaluation/weak_segments_performance.py
deepchecks/vision/checks/train_test_validation/__init__.py
deepchecks/vision/checks/train_test_validation/heatmap_comparison.py
deepchecks/vision/checks/train_test_validation/image_dataset_drift.py
deepchecks/vision/checks/train_test_validation/image_property_drift.py
deepchecks/vision/checks/train_test_validation/label_drift.py
deepchecks/vision/checks/train_test_validation/new_labels.py
deepchecks/vision/checks/train_test_validation/property_label_correlation_change.py
deepchecks/vision/checks/train_test_validation/train_test_label_drift.py
deepchecks/vision/datasets/__init__.py
deepchecks/vision/datasets/assets/coco_detection/static_predictions_yolo.py
deepchecks/vision/datasets/assets/mnist/mnist_model.pth
deepchecks/vision/datasets/assets/mnist/static_predictions.pickle
deepchecks/vision/datasets/classification/__init__.py
deepchecks/vision/datasets/classification/mnist_tensorflow.py
deepchecks/vision/datasets/classification/mnist_torch.py
deepchecks/vision/datasets/detection/__init__.py
deepchecks/vision/datasets/detection/coco_tensorflow.py
deepchecks/vision/datasets/detection/coco_torch.py
deepchecks/vision/datasets/detection/coco_utils.py
deepchecks/vision/datasets/detection/mask.py
deepchecks/vision/datasets/segmentation/__init__.py
deepchecks/vision/datasets/segmentation/segmentation_coco.py
deepchecks/vision/fonts/quicksand/Quicksand-Bold.otf
deepchecks/vision/fonts/quicksand/Quicksand-Regular.otf
deepchecks/vision/fonts/quicksand/SIL Open Font License.txt
deepchecks/vision/metrics_utils/__init__.py
deepchecks/vision/metrics_utils/confusion_matrix_counts_metrics.py
deepchecks/vision/metrics_utils/custom_metric.py
deepchecks/vision/metrics_utils/custom_scorer.py
deepchecks/vision/metrics_utils/detection_precision_recall.py
deepchecks/vision/metrics_utils/detection_tp_fp_fn_calc.py
deepchecks/vision/metrics_utils/iou_utils.py
deepchecks/vision/metrics_utils/metric_mixin.py
deepchecks/vision/metrics_utils/scorers.py
deepchecks/vision/metrics_utils/semantic_segmentation_metric_utils.py
deepchecks/vision/metrics_utils/semantic_segmentation_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_functions.py
deepchecks/vision/utils/image_properties.py
deepchecks/vision/utils/label_prediction_properties.py
deepchecks/vision/utils/property_label_correlation_utils.py
deepchecks/vision/utils/test_utils.py
deepchecks/vision/utils/vision_properties.py
deepchecks/vision/vision_data/__init__.py
deepchecks/vision/vision_data/batch_wrapper.py
deepchecks/vision/vision_data/format_validators.py
deepchecks/vision/vision_data/simple_classification_data.py
deepchecks/vision/vision_data/utils.py
deepchecks/vision/vision_data/vision_data.py
requirements/dev-requirements.txt
requirements/nlp-prop-requirements.txt
requirements/nlp-requirements.txt
requirements/requirements.txt
requirements/vision-requirements.txt