LICENSE
MANIFEST.in
README.md
README_en.md
pyproject.toml
src/dataset_complexity_profiler/__init__.py
src/dataset_complexity_profiler/cli.py
src/dataset_complexity_profiler/complexity_report.py
src/dataset_complexity_profiler/defaults.py
src/dataset_complexity_profiler/empirical.py
src/dataset_complexity_profiler/features.py
src/dataset_complexity_profiler/id_estimators.py
src/dataset_complexity_profiler/meta_artifact.py
src/dataset_complexity_profiler/meta_model.skops
src/dataset_complexity_profiler/predict.py
src/dataset_complexity_profiler/probes.py
src/dataset_complexity_profiler/profiler.py
src/dataset_complexity_profiler/py.typed
src/dataset_complexity_profiler.egg-info/PKG-INFO
src/dataset_complexity_profiler.egg-info/SOURCES.txt
src/dataset_complexity_profiler.egg-info/dependency_links.txt
src/dataset_complexity_profiler.egg-info/entry_points.txt
src/dataset_complexity_profiler.egg-info/requires.txt
src/dataset_complexity_profiler.egg-info/top_level.txt
tests/test_cli.py
tests/test_collect_training_extra.py
tests/test_complexity_report.py
tests/test_empirical.py
tests/test_features.py
tests/test_id_estimators.py
tests/test_linear_separability.py
tests/test_meta_artifact.py
tests/test_predict.py
tests/test_predictive_no_pymfe.py
tests/test_profiler.py
tests/test_synthetic_probes.py
tests/test_train_meta_model.py