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.2.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.2.0-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: automlease-0.2.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.2.0.tar.gz
Algorithm Hash digest
SHA256 06f0f58bb1f602a827b5961826d3d6d6af4a4021dd75c5039edae1d9f2662bf2
MD5 f0788ef96edfd26585ac0df47a5aa853
BLAKE2b-256 da87884afc8e03ecb9638c4a25db32f2d982d7e330c3c6dd7dc77cb37abc0b2a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: automlease-0.2.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.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 75269f536435e57b17ac6a2ad379e4bf3e875815ba0d8776c23462ba0b87cb78
MD5 91abb0a2bf02b597da61b709f49d7f90
BLAKE2b-256 f5d7228dd75e38cc94d9683be7993f3aae87f24400e11f1b7957c41948a5a5be

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