Skip to main content

ModelForge

ModelForge is a transparent, local-first AutoML framework for discovering, evaluating, explaining, and persisting scikit-learn pipelines. It keeps the workflow inspectable: data audits, preprocessing, model screening, cross-validation, ranking, reproducibility metadata, and artifacts are all available as Python objects and local files.

Quick start

python -m pip install -e ".[dev]"
modelforge train --data examples/house_prices.csv --target price \
	--task-type regression --output model.joblib
modelforge predict --model model.joblib --data examples/house_prices_new.csv

The same workflow is available from Python:

from modelforge import AutoML

automl = AutoML(cv=5, random_state=42)
result = automl.fit(data, target="price", task_type="regression")
automl.save("artifacts/house-prices.joblib", overwrite=True)
print(result["best_model"])

What is included

ModelForge currently provides ingestion, target detection, profiling, column intelligence, data-quality and leakage auditing, preprocessing, feature engineering and selection, a model registry, screening, cross-validation, ranking, explainability, persistence, prediction validation, optimization, experiment tracking, run management, configuration, CLI workflows, failure isolation, robustness checks, and reproducibility snapshots.

Optional model and optimization integrations are declared in pyproject.toml:

python -m pip install -e ".[boosting,optimization]"

CLI

modelforge --help
modelforge models --task-type classification
modelforge experiments list --directory .modelforge/experiments
modelforge experiments get EXPERIMENT_ID
modelforge experiments compare ID_ONE ID_TWO

The CLI uses Rich tables and keeps generated models, experiment JSON, and metadata local by default.

Examples and benchmarks

  • examples/end_to_end_regression.py demonstrates a complete Python workflow.
  • examples/end_to_end_classification.py demonstrates classification and probability prediction.
  • benchmarks/benchmark_baselines.py compares ModelForge with simple baseline estimators and records runtime and quality metrics.

Run an example with python examples/end_to_end_regression.py or run the benchmark with python benchmarks/benchmark_baselines.py.

Development

.venv\\Scripts\\python.exe -m pytest -q
ruff check .

GitHub Actions runs the test suite on supported Python versions. The roadmap for the remaining product work lives in docs/ROADMAP.md; it separates implemented foundations from integrations that require optional dependencies or additional design work.

Release files for autoforge-engine 0.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for autoforge-engine 0.1.0
File Size Uploaded
autoforge_engine-0.1.0.tar.gz 83.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for autoforge-engine 0.1.0
File Interpreter ABI Platform
autoforge_engine-0.1.0-py3-none-any.whl Python 3 none any Details

Total release size: 146.6 kB

Release files / autoforge_engine-0.1.0.tar.gz

Download URL autoforge_engine-0.1.0.tar.gz
Size 83.6 kB
Tags Source
SHA-256 checksum
How to use checksums
429885d8d5ea9b750030686bb8e3939d0add9d1f2fd362ad315eae52b137330f
BLAKE2b-256 checksum
How to use checksums
63980e13190040a5e56366f77a5574096c06421a74520de57a9790a3f1f5d2c5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / autoforge_engine-0.1.0-py3-none-any.whl

Download URL autoforge_engine-0.1.0-py3-none-any.whl
Size 63.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
3a92f66e6c0d48c38832fd7d377e439ec467b0d6db90959e74951e1ac56c9481
BLAKE2b-256 checksum
How to use checksums
206d6b4be202fda982ca011b0181a95fd3208bcea9fb7a9d5a2be4d32bab15af
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release history Release notifications | RSS feed

0.1.2

2 release files

0.1.1

2 release files

This release

0.1.0 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page