LICENSE
MANIFEST.in
README.md
pyproject.toml
configs/default.yaml
src/__init__.py
src/data/__init__.py
src/data/loader.py
src/data/profiler.py
src/data/splitter.py
src/data/validator.py
src/detection/__init__.py
src/detection/decision_engine.py
src/detection/feature_types.py
src/detection/problem_type.py
src/detection/target.py
src/evaluation/__init__.py
src/evaluation/error_analysis.py
src/evaluation/evaluator.py
src/evaluation/metrics.py
src/evaluation/plots.py
src/experiments/__init__.py
src/experiments/reporter.py
src/experiments/runner.py
src/experiments/tracker.py
src/explainability/__init__.py
src/explainability/explainer.py
src/features/__init__.py
src/features/engineering.py
src/features/importance.py
src/features/selection.py
src/ml_experiment_framework.egg-info/PKG-INFO
src/ml_experiment_framework.egg-info/SOURCES.txt
src/ml_experiment_framework.egg-info/dependency_links.txt
src/ml_experiment_framework.egg-info/entry_points.txt
src/ml_experiment_framework.egg-info/requires.txt
src/ml_experiment_framework.egg-info/top_level.txt
src/models/__init__.py
src/models/registry.py
src/persistence/__init__.py
src/persistence/model_store.py
src/preprocessing/__init__.py
src/preprocessing/builder.py
src/preprocessing/categorical.py
src/preprocessing/numerical.py
src/preprocessing/target.py
src/preprocessing/transformers.py
src/training/__init__.py
src/training/baseline.py
src/training/cross_validation.py
src/training/trainer.py
src/training/tuning.py
src/utils/__init__.py
src/utils/config.py
src/utils/logging.py
src/utils/reproducibility.py
tests/test_core.py