LICENSE
MANIFEST.in
README.md
setup.py
mlopsdna/__init__.py
mlopsdna.egg-info/PKG-INFO
mlopsdna.egg-info/SOURCES.txt
mlopsdna.egg-info/dependency_links.txt
mlopsdna.egg-info/top_level.txt
mlopsdna/evidently/__init__.py
mlopsdna/evidently/__main__.py
mlopsdna/evidently/_config.py
mlopsdna/evidently/_version.py
mlopsdna/evidently/base_metric.py
mlopsdna/evidently/analyzers/__init__.py
mlopsdna/evidently/analyzers/base_analyzer.py
mlopsdna/evidently/analyzers/cat_target_drift_analyzer.py
mlopsdna/evidently/analyzers/classification_performance_analyzer.py
mlopsdna/evidently/analyzers/data_drift_analyzer.py
mlopsdna/evidently/analyzers/data_quality_analyzer.py
mlopsdna/evidently/analyzers/num_target_drift_analyzer.py
mlopsdna/evidently/analyzers/prob_classification_performance_analyzer.py
mlopsdna/evidently/analyzers/prob_distribution_analyzer.py
mlopsdna/evidently/analyzers/regression_performance_analyzer.py
mlopsdna/evidently/calculations/__init__.py
mlopsdna/evidently/calculations/classification_performance.py
mlopsdna/evidently/calculations/data_drift.py
mlopsdna/evidently/calculations/data_integration.py
mlopsdna/evidently/calculations/data_quality.py
mlopsdna/evidently/calculations/regression_performance.py
mlopsdna/evidently/calculations/utils.py
mlopsdna/evidently/calculations/stattests/__init__.py
mlopsdna/evidently/calculations/stattests/anderson_darling_stattest.py
mlopsdna/evidently/calculations/stattests/chisquare_stattest.py
mlopsdna/evidently/calculations/stattests/cramer_von_mises_stattest.py
mlopsdna/evidently/calculations/stattests/energy_distance.py
mlopsdna/evidently/calculations/stattests/epps_singleton_stattest.py
mlopsdna/evidently/calculations/stattests/fisher_exact_stattest.py
mlopsdna/evidently/calculations/stattests/g_stattest.py
mlopsdna/evidently/calculations/stattests/hellinger_distance.py
mlopsdna/evidently/calculations/stattests/jensenshannon.py
mlopsdna/evidently/calculations/stattests/kl_div.py
mlopsdna/evidently/calculations/stattests/ks_stattest.py
mlopsdna/evidently/calculations/stattests/mann_whitney_urank_stattest.py
mlopsdna/evidently/calculations/stattests/mmd_stattest.py
mlopsdna/evidently/calculations/stattests/psi.py
mlopsdna/evidently/calculations/stattests/registry.py
mlopsdna/evidently/calculations/stattests/t_test.py
mlopsdna/evidently/calculations/stattests/text_content_drift.py
mlopsdna/evidently/calculations/stattests/tvd_stattest.py
mlopsdna/evidently/calculations/stattests/utils.py
mlopsdna/evidently/calculations/stattests/wasserstein_distance_norm.py
mlopsdna/evidently/calculations/stattests/z_stattest.py
mlopsdna/evidently/dashboard/__init__.py
mlopsdna/evidently/dashboard/dashboard.py
mlopsdna/evidently/dashboard/tabs/__init__.py
mlopsdna/evidently/dashboard/tabs/base_tab.py
mlopsdna/evidently/dashboard/tabs/cat_target_drift_tab.py
mlopsdna/evidently/dashboard/tabs/classification_performance_tab.py
mlopsdna/evidently/dashboard/tabs/data_drift_tab.py
mlopsdna/evidently/dashboard/tabs/data_quality_tab.py
mlopsdna/evidently/dashboard/tabs/num_target_drift_tab.py
mlopsdna/evidently/dashboard/tabs/prob_classification_performance_tab.py
mlopsdna/evidently/dashboard/tabs/regression_performance_tab.py
mlopsdna/evidently/dashboard/tabs/widget_gallery_tab.py
mlopsdna/evidently/dashboard/widgets/__init__.py
mlopsdna/evidently/dashboard/widgets/bar_widget.py
mlopsdna/evidently/dashboard/widgets/cat_output_drift_widget.py
mlopsdna/evidently/dashboard/widgets/cat_target_pred_feature_table_widget.py
mlopsdna/evidently/dashboard/widgets/class_conf_matrix_widget.py
mlopsdna/evidently/dashboard/widgets/class_confusion_based_feature_distr_table_widget.py
mlopsdna/evidently/dashboard/widgets/class_metrics_matrix_widget.py
mlopsdna/evidently/dashboard/widgets/class_quality_metrics_bar_widget.py
mlopsdna/evidently/dashboard/widgets/class_support_widget.py
mlopsdna/evidently/dashboard/widgets/class_target_name_widget.py
mlopsdna/evidently/dashboard/widgets/counter_widget.py
mlopsdna/evidently/dashboard/widgets/data_drift_table_widget.py
mlopsdna/evidently/dashboard/widgets/data_quality_correlations.py
mlopsdna/evidently/dashboard/widgets/data_quality_features_widget.py
mlopsdna/evidently/dashboard/widgets/data_quality_summary_widget.py
mlopsdna/evidently/dashboard/widgets/expandable_list_widget.py
mlopsdna/evidently/dashboard/widgets/num_output_corr_widget.py
mlopsdna/evidently/dashboard/widgets/num_output_drift_widget.py
mlopsdna/evidently/dashboard/widgets/num_output_values_widget.py
mlopsdna/evidently/dashboard/widgets/num_target_pred_feature_table_widget.py
mlopsdna/evidently/dashboard/widgets/percent_widget.py
mlopsdna/evidently/dashboard/widgets/prob_class_conf_matrix_widget.py
mlopsdna/evidently/dashboard/widgets/prob_class_confusion_based_feature_distr_table_widget.py
mlopsdna/evidently/dashboard/widgets/prob_class_metrics_matrix_widget.py
mlopsdna/evidently/dashboard/widgets/prob_class_pr_curve_widget.py
mlopsdna/evidently/dashboard/widgets/prob_class_pr_table_widget.py
mlopsdna/evidently/dashboard/widgets/prob_class_pred_distr_widget.py
mlopsdna/evidently/dashboard/widgets/prob_class_prediction_cloud_widget.py
mlopsdna/evidently/dashboard/widgets/prob_class_quality_metrics_bar_widget.py
mlopsdna/evidently/dashboard/widgets/prob_class_roc_curve_widget.py
mlopsdna/evidently/dashboard/widgets/prob_class_support_widget.py
mlopsdna/evidently/dashboard/widgets/reg_abs_perc_error_in_time_widget.py
mlopsdna/evidently/dashboard/widgets/reg_colored_pred_vs_actual_widget.py
mlopsdna/evidently/dashboard/widgets/reg_error_distr_widget.py
mlopsdna/evidently/dashboard/widgets/reg_error_in_time_widget.py
mlopsdna/evidently/dashboard/widgets/reg_error_normality_widget.py
mlopsdna/evidently/dashboard/widgets/reg_pred_and_actual_in_time_widget.py
mlopsdna/evidently/dashboard/widgets/reg_pred_vs_actual_widget.py
mlopsdna/evidently/dashboard/widgets/reg_quality_metrics_bar_widget.py
mlopsdna/evidently/dashboard/widgets/reg_underperform_metrics_widget.py
mlopsdna/evidently/dashboard/widgets/reg_underperform_segments_table_widget.py
mlopsdna/evidently/dashboard/widgets/target_name_widget.py
mlopsdna/evidently/dashboard/widgets/test_suite_widget.py
mlopsdna/evidently/dashboard/widgets/text_widget.py
mlopsdna/evidently/dashboard/widgets/utils.py
mlopsdna/evidently/dashboard/widgets/widget.py
mlopsdna/evidently/descriptors/__init__.py
mlopsdna/evidently/descriptors/non_letter_character_percentage_descriptor.py
mlopsdna/evidently/descriptors/oov_words_percentage_descriptor.py
mlopsdna/evidently/descriptors/text_length_descriptor.py
mlopsdna/evidently/descriptors/trigger_words_presence_descriptor.py
mlopsdna/evidently/features/OOV_words_percentage_feature.py
mlopsdna/evidently/features/__init__.py
mlopsdna/evidently/features/generated_features.py
mlopsdna/evidently/features/non_letter_character_percentage_feature.py
mlopsdna/evidently/features/text_length_feature.py
mlopsdna/evidently/features/trigger_words_presence_feature.py
mlopsdna/evidently/metric_preset/__init__.py
mlopsdna/evidently/metric_preset/classification_performance.py
mlopsdna/evidently/metric_preset/data_drift.py
mlopsdna/evidently/metric_preset/data_quality.py
mlopsdna/evidently/metric_preset/metric_preset.py
mlopsdna/evidently/metric_preset/regression_performance.py
mlopsdna/evidently/metric_preset/target_drift.py
mlopsdna/evidently/metric_preset/text_overview.py
mlopsdna/evidently/metrics/__init__.py
mlopsdna/evidently/metrics/base_metric.py
mlopsdna/evidently/metrics/utils.py
mlopsdna/evidently/metrics/classification_performance/__init__.py
mlopsdna/evidently/metrics/classification_performance/base_classification_metric.py
mlopsdna/evidently/metrics/classification_performance/class_balance_metric.py
mlopsdna/evidently/metrics/classification_performance/class_separation_metric.py
mlopsdna/evidently/metrics/classification_performance/classification_dummy_metric.py
mlopsdna/evidently/metrics/classification_performance/classification_quality_metric.py
mlopsdna/evidently/metrics/classification_performance/confusion_matrix_metric.py
mlopsdna/evidently/metrics/classification_performance/pr_curve_metric.py
mlopsdna/evidently/metrics/classification_performance/pr_table_metric.py
mlopsdna/evidently/metrics/classification_performance/probability_distribution_metric.py
mlopsdna/evidently/metrics/classification_performance/quality_by_class_metric.py
mlopsdna/evidently/metrics/classification_performance/quality_by_feature_table.py
mlopsdna/evidently/metrics/classification_performance/roc_curve_metric.py
mlopsdna/evidently/metrics/data_drift/__init__.py
mlopsdna/evidently/metrics/data_drift/column_drift_metric.py
mlopsdna/evidently/metrics/data_drift/column_value_plot.py
mlopsdna/evidently/metrics/data_drift/data_drift_table.py
mlopsdna/evidently/metrics/data_drift/dataset_drift_metric.py
mlopsdna/evidently/metrics/data_drift/target_by_features_table.py
mlopsdna/evidently/metrics/data_drift/text_descriptors_drift_metric.py
mlopsdna/evidently/metrics/data_drift/text_domain_classifier_drift_metric.py
mlopsdna/evidently/metrics/data_integrity/__init__.py
mlopsdna/evidently/metrics/data_integrity/column_missing_values_metric.py
mlopsdna/evidently/metrics/data_integrity/column_regexp_metric.py
mlopsdna/evidently/metrics/data_integrity/column_summary_metric.py
mlopsdna/evidently/metrics/data_integrity/dataset_missing_values_metric.py
mlopsdna/evidently/metrics/data_integrity/dataset_summary_metric.py
mlopsdna/evidently/metrics/data_quality/__init__.py
mlopsdna/evidently/metrics/data_quality/column_correlations_metric.py
mlopsdna/evidently/metrics/data_quality/column_distribution_metric.py
mlopsdna/evidently/metrics/data_quality/column_quantile_metric.py
mlopsdna/evidently/metrics/data_quality/column_value_list_metric.py
mlopsdna/evidently/metrics/data_quality/column_value_range_metric.py
mlopsdna/evidently/metrics/data_quality/conflict_prediction_metric.py
mlopsdna/evidently/metrics/data_quality/conflict_target_metric.py
mlopsdna/evidently/metrics/data_quality/dataset_correlations_metric.py
mlopsdna/evidently/metrics/data_quality/stability_metric.py
mlopsdna/evidently/metrics/data_quality/text_descriptors_correlation_metric.py
mlopsdna/evidently/metrics/data_quality/text_descriptors_distribution.py
mlopsdna/evidently/metrics/regression_performance/__init__.py
mlopsdna/evidently/metrics/regression_performance/abs_perc_error_in_time.py
mlopsdna/evidently/metrics/regression_performance/error_bias_table.py
mlopsdna/evidently/metrics/regression_performance/error_distribution.py
mlopsdna/evidently/metrics/regression_performance/error_in_time.py
mlopsdna/evidently/metrics/regression_performance/error_normality.py
mlopsdna/evidently/metrics/regression_performance/predicted_and_actual_in_time.py
mlopsdna/evidently/metrics/regression_performance/predicted_vs_actual.py
mlopsdna/evidently/metrics/regression_performance/regression_dummy_metric.py
mlopsdna/evidently/metrics/regression_performance/regression_performance_metrics.py
mlopsdna/evidently/metrics/regression_performance/regression_quality.py
mlopsdna/evidently/metrics/regression_performance/top_error.py
mlopsdna/evidently/model/__init__.py
mlopsdna/evidently/model/dashboard.py
mlopsdna/evidently/model/widget.py
mlopsdna/evidently/model_monitoring/__init__.py
mlopsdna/evidently/model_monitoring/monitoring.py
mlopsdna/evidently/model_monitoring/monitors/__init__.py
mlopsdna/evidently/model_monitoring/monitors/cat_target_drift.py
mlopsdna/evidently/model_monitoring/monitors/classification_performance.py
mlopsdna/evidently/model_monitoring/monitors/data_drift.py
mlopsdna/evidently/model_monitoring/monitors/data_quality.py
mlopsdna/evidently/model_monitoring/monitors/num_target_drift.py
mlopsdna/evidently/model_monitoring/monitors/prob_classification_performance.py
mlopsdna/evidently/model_monitoring/monitors/regression_performance.py
mlopsdna/evidently/model_profile/__init__.py
mlopsdna/evidently/model_profile/model_profile.py
mlopsdna/evidently/model_profile/sections/__init__.py
mlopsdna/evidently/model_profile/sections/base_profile_section.py
mlopsdna/evidently/model_profile/sections/cat_target_drift_profile_section.py
mlopsdna/evidently/model_profile/sections/classification_performance_profile_section.py
mlopsdna/evidently/model_profile/sections/data_drift_profile_section.py
mlopsdna/evidently/model_profile/sections/data_quality_profile_section.py
mlopsdna/evidently/model_profile/sections/num_target_drift_profile_section.py
mlopsdna/evidently/model_profile/sections/prob_classification_performance_profile_section.py
mlopsdna/evidently/model_profile/sections/regression_performance_profile_section.py
mlopsdna/evidently/nbextension/__init__.py
mlopsdna/evidently/nbextension/static/extension.js
mlopsdna/evidently/nbextension/static/index.js
mlopsdna/evidently/nbextension/static/index.js.LICENSE.txt
mlopsdna/evidently/nbextension/static/material-ui-icons.woff2
mlopsdna/evidently/options/__init__.py
mlopsdna/evidently/options/color_scheme.py
mlopsdna/evidently/options/data_drift.py
mlopsdna/evidently/options/quality_metrics.py
mlopsdna/evidently/pipeline/__init__.py
mlopsdna/evidently/pipeline/column_mapping.py
mlopsdna/evidently/pipeline/pipeline.py
mlopsdna/evidently/pipeline/stage.py
mlopsdna/evidently/profile_sections/__init__.py
mlopsdna/evidently/renderers/__init__.py
mlopsdna/evidently/renderers/base_renderer.py
mlopsdna/evidently/renderers/html_widgets.py
mlopsdna/evidently/renderers/notebook_utils.py
mlopsdna/evidently/renderers/render_utils.py
mlopsdna/evidently/report/__init__.py
mlopsdna/evidently/report/report.py
mlopsdna/evidently/runner/__init__.py
mlopsdna/evidently/runner/dashboard_runner.py
mlopsdna/evidently/runner/loader.py
mlopsdna/evidently/runner/profile_runner.py
mlopsdna/evidently/runner/runner.py
mlopsdna/evidently/suite/__init__.py
mlopsdna/evidently/suite/base_suite.py
mlopsdna/evidently/suite/execution_graph.py
mlopsdna/evidently/tabs/__init__.py
mlopsdna/evidently/telemetry/__init__.py
mlopsdna/evidently/telemetry/sender.py
mlopsdna/evidently/test_preset/__init__.py
mlopsdna/evidently/test_preset/classification_binary.py
mlopsdna/evidently/test_preset/classification_binary_topk.py
mlopsdna/evidently/test_preset/classification_multiclass.py
mlopsdna/evidently/test_preset/data_drift.py
mlopsdna/evidently/test_preset/data_quality.py
mlopsdna/evidently/test_preset/data_stability.py
mlopsdna/evidently/test_preset/no_target_performance.py
mlopsdna/evidently/test_preset/regression.py
mlopsdna/evidently/test_preset/test_preset.py
mlopsdna/evidently/test_suite/__init__.py
mlopsdna/evidently/test_suite/test_suite.py
mlopsdna/evidently/tests/__init__.py
mlopsdna/evidently/tests/base_test.py
mlopsdna/evidently/tests/classification_performance_tests.py
mlopsdna/evidently/tests/data_drift_tests.py
mlopsdna/evidently/tests/data_integrity_tests.py
mlopsdna/evidently/tests/data_quality_tests.py
mlopsdna/evidently/tests/regression_performance_tests.py
mlopsdna/evidently/tests/utils.py
mlopsdna/evidently/utils/__init__.py
mlopsdna/evidently/utils/dashboard.py
mlopsdna/evidently/utils/data_drift_utils.py
mlopsdna/evidently/utils/data_operations.py
mlopsdna/evidently/utils/data_preprocessing.py
mlopsdna/evidently/utils/generators.py
mlopsdna/evidently/utils/numpy_encoder.py
mlopsdna/evidently/utils/types.py
mlopsdna/evidently/utils/visualizations.py
mlopsdna/evidently/widgets/__init__.py
mlopsdna/lib_abc/__init__.py
mlopsdna/lib_xyz/__init__.py
mlopsdna/nannyml/__init__.py
mlopsdna/nannyml/_typing.py
mlopsdna/nannyml/analytics.py
mlopsdna/nannyml/base.py
mlopsdna/nannyml/calibration.py
mlopsdna/nannyml/chunk.py
mlopsdna/nannyml/config.py
mlopsdna/nannyml/exceptions.py
mlopsdna/nannyml/runner.py
mlopsdna/nannyml/usage_logging.py
mlopsdna/nannyml/cli/__init__.py
mlopsdna/nannyml/cli/cli.py
mlopsdna/nannyml/cli/run.py
mlopsdna/nannyml/datasets/__init__.py
mlopsdna/nannyml/datasets/datasets.py
mlopsdna/nannyml/datasets/data/__init__.py
mlopsdna/nannyml/drift/__init__.py
mlopsdna/nannyml/drift/ranker.py
mlopsdna/nannyml/drift/multivariate/__init__.py
mlopsdna/nannyml/drift/multivariate/data_reconstruction/__init__.py
mlopsdna/nannyml/drift/multivariate/data_reconstruction/calculator.py
mlopsdna/nannyml/drift/multivariate/data_reconstruction/result.py
mlopsdna/nannyml/drift/univariate/__init__.py
mlopsdna/nannyml/drift/univariate/calculator.py
mlopsdna/nannyml/drift/univariate/methods.py
mlopsdna/nannyml/drift/univariate/result.py
mlopsdna/nannyml/io/__init__.py
mlopsdna/nannyml/io/base.py
mlopsdna/nannyml/io/file_reader.py
mlopsdna/nannyml/io/file_writer.py
mlopsdna/nannyml/io/pickle_file_writer.py
mlopsdna/nannyml/io/raw_files_writer.py
mlopsdna/nannyml/io/db/__init__.py
mlopsdna/nannyml/io/db/database_writer.py
mlopsdna/nannyml/io/db/entities.py
mlopsdna/nannyml/io/db/mappers.py
mlopsdna/nannyml/io/store/__init__.py
mlopsdna/nannyml/io/store/base.py
mlopsdna/nannyml/io/store/file_store.py
mlopsdna/nannyml/io/store/serializers.py
mlopsdna/nannyml/performance_calculation/__init__.py
mlopsdna/nannyml/performance_calculation/calculator.py
mlopsdna/nannyml/performance_calculation/result.py
mlopsdna/nannyml/performance_calculation/metrics/__init__.py
mlopsdna/nannyml/performance_calculation/metrics/base.py
mlopsdna/nannyml/performance_calculation/metrics/binary_classification.py
mlopsdna/nannyml/performance_calculation/metrics/multiclass_classification.py
mlopsdna/nannyml/performance_calculation/metrics/regression.py
mlopsdna/nannyml/performance_estimation/__init__.py
mlopsdna/nannyml/performance_estimation/confidence_based/__init__.py
mlopsdna/nannyml/performance_estimation/confidence_based/cbpe.py
mlopsdna/nannyml/performance_estimation/confidence_based/metrics.py
mlopsdna/nannyml/performance_estimation/confidence_based/results.py
mlopsdna/nannyml/performance_estimation/direct_loss_estimation/__init__.py
mlopsdna/nannyml/performance_estimation/direct_loss_estimation/dle.py
mlopsdna/nannyml/performance_estimation/direct_loss_estimation/metrics.py
mlopsdna/nannyml/performance_estimation/direct_loss_estimation/result.py
mlopsdna/nannyml/plots/__init__.py
mlopsdna/nannyml/plots/colors.py
mlopsdna/nannyml/plots/util.py
mlopsdna/nannyml/plots/blueprints/__init__.py
mlopsdna/nannyml/plots/blueprints/comparisons.py
mlopsdna/nannyml/plots/blueprints/distributions.py
mlopsdna/nannyml/plots/blueprints/metrics.py
mlopsdna/nannyml/plots/components/__init__.py
mlopsdna/nannyml/plots/components/figure.py
mlopsdna/nannyml/plots/components/hover.py
mlopsdna/nannyml/plots/components/joy_plot.py
mlopsdna/nannyml/plots/components/stacked_bar_plot.py
mlopsdna/nannyml/plots/components/step_plot.py
mlopsdna/nannyml/sampling_error/__init__.py
mlopsdna/nannyml/sampling_error/binary_classification.py
mlopsdna/nannyml/sampling_error/multiclass_classification.py
mlopsdna/nannyml/sampling_error/regression.py