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.2

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.2
File Size Uploaded
autoforge_engine-0.1.2.tar.gz 83.8 kB Details

Built distribution (wheel)

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

Total release size: 146.9 kB

Release files / autoforge_engine-0.1.2.tar.gz

Download URL autoforge_engine-0.1.2.tar.gz
Size 83.8 kB
Tags Source
SHA-256 checksum
How to use checksums
52eb4dda3be0b8a282091655113ab3381c6ad07cdf10c0bc0e00512bda4a5b1f
BLAKE2b-256 checksum
How to use checksums
b57c420b72229415c50d7d3288b9bd67fb8bc88a2e177cd62655d1ed76bacac1
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.2-py3-none-any.whl

Download URL autoforge_engine-0.1.2-py3-none-any.whl
Size 63.1 kB
Tags Python 3
SHA-256 checksum
How to use checksums
36e9b650d62a70af225f71d20ac7511d597e15a1f66297ecc2598ec0e01f7bc4
BLAKE2b-256 checksum
How to use checksums
4dd143a7561c01bcc6c5957d666eaab352e0742d9ad2e53e685a6c07d9b1a1b8
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

This release

0.1.2 This release

2 release files

0.1.1

2 release files

0.1.0

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