Skip to main content

Automatic Machine Learning for beginners — train ML models in 3 lines!

Project description

automlease 🤖

Automatic Machine Learning for absolute beginners. Train a machine learning model in just 3 lines of Python code!

Installation

pip install automlease

Quick Start

from automlease import AutoML

model = AutoML()
model.fit('your_data.csv', target='target_column')
model.report()

What it does automatically

  • ✅ Loads any CSV file
  • ✅ Cleans missing values
  • ✅ Converts text columns to numbers
  • ✅ Detects if task is classification or regression
  • ✅ Trains multiple ML models and picks the best one
  • ✅ Shows a detailed evaluation report
  • ✅ Creates feature importance chart
  • ✅ Saves the best model automatically

Example — Heart Disease Prediction

from automlease import AutoML

model = AutoML()
model.fit('heart_disease.csv', target='target')
model.report()

Built With

  • pandas
  • scikit-learn
  • matplotlib
  • seaborn
  • joblib
  • rich

Author

Vikash Singh Rajput BTech Management Graduate — NAIT, Edmonton, Canada GitHub: https://github.com/vickybanna3327-byte

License

MIT License

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

automlease-0.3.0.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

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

automlease-0.3.0-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file automlease-0.3.0.tar.gz.

File metadata

  • Download URL: automlease-0.3.0.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.5

File hashes

Hashes for automlease-0.3.0.tar.gz
Algorithm Hash digest
SHA256 79aeb3e690d2898564fad3bd5666a0e1a98127c90bf5f274869366415855adf4
MD5 037c7e80a06209b31bd6f1c9ba42c6cc
BLAKE2b-256 1effec0f83342177946e7ef84d5b6309bd6d3b545c712f092d13e0d293457bf5

See more details on using hashes here.

File details

Details for the file automlease-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: automlease-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 5.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.5

File hashes

Hashes for automlease-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 145071ac7cfb80f64c0a0f800208d2dca08656a337fed01e7c33e8a7e46fc2cd
MD5 8d31b62163855d78bcfd830b076a6897
BLAKE2b-256 d5e222c06316d0ac40faa5d7207d020826219e68d316263c2b112f2df0fc6895

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