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
automl_kit-0.1.3.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 automl_kit-0.1.3.tar.gz.
File metadata
- Download URL: automl_kit-0.1.3.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 |
fe6a1b5d157d17b305207c891fcae86cf9b2bfe0400ab222a29e45abde15a680
|
|
| MD5 |
d325a30b686246d7a9b6181deb2b50c7
|
|
| BLAKE2b-256 |
a64e938c513c905dacfc19f5957084b41a4425fd35f6abda61fb33a8408ebe52
|
File details
Details for the file automl_kit-0.1.3-py3-none-any.whl.
File metadata
- Download URL: automl_kit-0.1.3-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 |
7a8b1e2726fa21e257c2150458eb013fa7301ae93dce861233e8a62f1f1a6419
|
|
| MD5 |
5790aea6edb9fcaf8c29a518bc812295
|
|
| BLAKE2b-256 |
0052b883b0e31c61405501c304d2b9e31c43bbd7dbf0790a248e8d01b362a201
|