.env.example
AGENTS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
ROADMAP.md
SECURITY.md
pyproject.toml
docs/api.md
docs/architecture.md
docs/compatibility.md
docs/release-validation.md
docs/releasing.md
docs/security.md
docs/tutorial.md
examples/benchmark_customer_churn.py
examples/cross_validate_customer_churn.py
examples/customer_churn.csv
examples/prediction_customers.csv
examples/preprocess_dataset.py
examples/profile_dataset.py
examples/train_and_predict.py
examples/train_customer_churn.py
scripts/check_release_tag.py
scripts/wheel_smoke.py
src/hivmind_mlforge.egg-info/PKG-INFO
src/hivmind_mlforge.egg-info/SOURCES.txt
src/hivmind_mlforge.egg-info/dependency_links.txt
src/hivmind_mlforge.egg-info/entry_points.txt
src/hivmind_mlforge.egg-info/requires.txt
src/hivmind_mlforge.egg-info/top_level.txt
src/mlforge/__init__.py
src/mlforge/__main__.py
src/mlforge/cli.py
src/mlforge/config.py
src/mlforge/errors.py
src/mlforge/inference.py
src/mlforge/logging_config.py
src/mlforge/py.typed
src/mlforge/artifacts/__init__.py
src/mlforge/artifacts/store.py
src/mlforge/artifacts/types.py
src/mlforge/benchmarks/__init__.py
src/mlforge/benchmarks/cross_validation_service.py
src/mlforge/benchmarks/cross_validation_store.py
src/mlforge/benchmarks/cross_validation_types.py
src/mlforge/benchmarks/service.py
src/mlforge/benchmarks/store.py
src/mlforge/benchmarks/types.py
src/mlforge/datasets/__init__.py
src/mlforge/datasets/ingestion.py
src/mlforge/datasets/profiling.py
src/mlforge/datasets/types.py
src/mlforge/datasets/validation.py
src/mlforge/pipelines/__init__.py
src/mlforge/pipelines/preprocessing.py
src/mlforge/pipelines/splitting.py
src/mlforge/pipelines/types.py
src/mlforge/runs/__init__.py
src/mlforge/runs/comparison.py
src/mlforge/runs/store.py
src/mlforge/runs/types.py
src/mlforge/training/__init__.py
src/mlforge/training/estimators.py
src/mlforge/training/evaluation.py
src/mlforge/training/service.py
src/mlforge/training/types.py
tests/test_artifacts.py
tests/test_benchmarks.py
tests/test_cli.py
tests/test_config.py
tests/test_cross_validation.py
tests/test_dataset_ingestion.py
tests/test_dataset_profiling.py
tests/test_documentation.py
tests/test_examples.py
tests/test_inference.py
tests/test_logging_config.py
tests/test_package.py
tests/test_preprocessing.py
tests/test_public_api.py
tests/test_real_datasets.py
tests/test_runs.py
tests/test_splitting.py
tests/test_training.py