LICENSE
README.md
pyproject.toml
src/edm/__init__.py
src/edm/__main__.py
src/edm/cli.py
src/edm/analysis/__init__.py
src/edm/analysis/drift_regions.py
src/edm/analysis/recommendations.py
src/edm/analysis/severity.py
src/edm/config/__init__.py
src/edm/config/thresholds.py
src/edm/core/__init__.py
src/edm/core/knn.py
src/edm/core/progress.py
src/edm/core/sampling.py
src/edm/core/validation.py
src/edm/io/__init__.py
src/edm/io/exporters.py
src/edm/io/labels.py
src/edm/io/loaders.py
src/edm/metrics/__init__.py
src/edm/metrics/cluster.py
src/edm/metrics/distance.py
src/edm/metrics/hubness.py
src/edm/metrics/neighborhood.py
src/embedding_drift_monitor.egg-info/PKG-INFO
src/embedding_drift_monitor.egg-info/SOURCES.txt
src/embedding_drift_monitor.egg-info/dependency_links.txt
src/embedding_drift_monitor.egg-info/entry_points.txt
src/embedding_drift_monitor.egg-info/requires.txt
src/embedding_drift_monitor.egg-info/top_level.txt
tests/test_cli_compare.py
tests/test_cli_compare_phase2.py
tests/test_cli_compare_phase3.py
tests/test_cli_compare_phase4.py
tests/test_cli_identify_regions.py
tests/test_cli_report.py
tests/test_cluster.py
tests/test_distance_metrics.py
tests/test_drift_regions.py
tests/test_edge_cases.py
tests/test_exporters.py
tests/test_hubness.py
tests/test_knn.py
tests/test_labels.py
tests/test_loaders.py
tests/test_markdown_exporter.py
tests/test_neighborhood.py
tests/test_performance.py
tests/test_progress.py
tests/test_recommendations.py
tests/test_sampling.py
tests/test_severity.py
tests/test_smoke.py
tests/test_thresholds.py
tests/test_validation.py