LICENSE
README.md
pyproject.toml
src/mlflux/__init__.py
src/mlflux/__main__.py
src/mlflux/version.py
src/mlflux.egg-info/PKG-INFO
src/mlflux.egg-info/SOURCES.txt
src/mlflux.egg-info/dependency_links.txt
src/mlflux.egg-info/entry_points.txt
src/mlflux.egg-info/requires.txt
src/mlflux.egg-info/top_level.txt
src/mlflux/artifacts/__init__.py
src/mlflux/artifacts/manager.py
src/mlflux/artifacts/serialization.py
src/mlflux/cli/__init__.py
src/mlflux/cli/main.py
src/mlflux/codegen/__init__.py
src/mlflux/codegen/generator.py
src/mlflux/core/__init__.py
src/mlflux/core/config.py
src/mlflux/core/exceptions.py
src/mlflux/core/pipeline.py
src/mlflux/core/recommendations.py
src/mlflux/core/result.py
src/mlflux/data/__init__.py
src/mlflux/data/eda.py
src/mlflux/data/ingestion.py
src/mlflux/data/profiling.py
src/mlflux/data/splitting.py
src/mlflux/data/validation.py
src/mlflux/evaluation/__init__.py
src/mlflux/evaluation/evaluator.py
src/mlflux/evaluation/metrics.py
src/mlflux/explainability/__init__.py
src/mlflux/explainability/importance.py
src/mlflux/models/__init__.py
src/mlflux/models/classification.py
src/mlflux/models/registry.py
src/mlflux/models/regression.py
src/mlflux/models/selection.py
src/mlflux/preprocessing/__init__.py
src/mlflux/preprocessing/builder.py
src/mlflux/preprocessing/categorical.py
src/mlflux/preprocessing/datetime.py
src/mlflux/preprocessing/numeric.py
src/mlflux/tuning/__init__.py
src/mlflux/tuning/search.py
src/mlflux/tuning/spaces.py
src/mlflux/utils/__init__.py
src/mlflux/utils/hashing.py
src/mlflux/utils/logging.py
src/mlflux/utils/timing.py
src/mlpipe/__init__.py
src/mlpipe/version.py
tests/test_artifacts.py
tests/test_cli.py
tests/test_codegen.py
tests/test_e2e.py
tests/test_evaluation.py
tests/test_ingestion.py
tests/test_models.py
tests/test_preprocessing.py
tests/test_profiling.py
tests/test_recommendations.py
tests/test_tuning.py
tests/test_validation.py