A lightweight AutoML framework
Project description
AutoML
AutoML is a lightweight AutoML library to automatically choose the best algorithm for your dataset.
Features
- Supports classification and regression
- Auto model selection
- Performance graphs
Usage
from automl import AutoML
model = AutoML(df, target='target_column')
model.run()
Data Cleaning
from automl.preprocessing import DataCleaner
cleaner = DataCleaner()
df_cleaned = cleaner.clean(df)
Install
pip install -r requirements.txt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mlsherpa-0.1.1.tar.gz
(5.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mlsherpa-0.1.1.tar.gz.
File metadata
- Download URL: mlsherpa-0.1.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c6e6b4c6a72fca63ebec10cdfdcb9a27ef48c9211f3ae0bf454ec9846d135af
|
|
| MD5 |
42e1bbc21399748ae386ac7d4c1714ff
|
|
| BLAKE2b-256 |
ec1d68c520003b40e1bff8055f999c31f2826d5474940ee776b9d252f0d3226f
|
File details
Details for the file mlsherpa-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mlsherpa-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f620e8cc95329d369b94a3f9c68b02e3ac202a399784ced7c8e4a94059f8b3e
|
|
| MD5 |
dc7dc2d9d31ff0f612bcfdf99ff6e42c
|
|
| BLAKE2b-256 |
dac64a45b7dfe47a46893dbe09f135b5aac843eb402a57c9c979a4e186daf224
|