Skip to main content

One-call EDA + preprocessing + feature selection + plotting + advisor + tuning (robust CV).

Project description

🪶 softauto — AutoML with seatbelts

AutoML that respects small, messy, real-world datasets.
One line in → a trained pipeline, metrics, and a human-readable report out.


✨ Why softauto?

Most AutoML libraries brute-force models until something sticks.
softauto is different:

  • 🧑‍🏫 Advisor mode – if your model underperforms, it suggests fixes (or auto-switches).
  • ⚖️ Safe imbalance handling – SMOTE applied only when statistically valid, else falls back to class weights.
  • 🧹 Robust preprocessing – rare category binning, outlier clipping, flexible scalers.
  • 🔍 Smart feature selection – Mutual Information & RFECV options.
  • 📊 Automatic reporting – HTML + plots (target distribution, missingness, correlations, feature importances).
  • 🎯 Opinionated model zoo – Random Forest, GB, SVM, KNN, MLP, Ridge/Lasso, all with tuned search spaces.

🚀 Quickstart

import pandas as pd
from softauto.autorun import AutoRun

# load your dataset
df = pd.read_csv("mydata.csv")

# run softauto
run = AutoRun(df=df, target="label", task="classification")
results = run.fit()

print(results["metrics"])        # final holdout metrics
print(results["best_model_name"])# chosen model
print(results["artifacts_dir"])  # directory with reports + plots

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

softauto-0.5.0.tar.gz (11.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

softauto-0.5.0-py3-none-any.whl (12.7 kB view details)

Uploaded Python 3

File details

Details for the file softauto-0.5.0.tar.gz.

File metadata

  • Download URL: softauto-0.5.0.tar.gz
  • Upload date:
  • Size: 11.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for softauto-0.5.0.tar.gz
Algorithm Hash digest
SHA256 d7a0c56f112155937dbede5c0392afa3db7f528f2d5487cced8438ffe6d41103
MD5 19815584c6c1ae4857a366bf078cad33
BLAKE2b-256 322916d214a23fbaf24bd62cdb6da2a83f7848a305dd63573da84e354d95093d

See more details on using hashes here.

File details

Details for the file softauto-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: softauto-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 12.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for softauto-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2cbf14d52a8db1caa9e73b524551e8321d2a35ede849ad145cd15e964fe0bde8
MD5 9a4a95ebfcfd2d125dca1a753ab62311
BLAKE2b-256 08b7818c218fc279df74d5419fd78e323111484505630843ca96192705ac50ad

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page