Feel The Agi AutoML Library.
Project description
FTA - AutoML Library
Example of usage:
from fta_automl.dataset import FeelTheAgiDataset
from fta_automl.FTAutoML import FeelTheAgiAutoML
data = FeelTheAgiDataset('data/train.csv', 'target')
automl = FeelTheAgiAutoML(task='multi_classification', n_trials=7, timeout=900)
automl.train(data, optimize_hyperparams=True, max_models_for_blend=3, use_cv_training=True)
test_data = FeelTheAgiDataset('data/test.csv')
preds = automl.predict(test_data)
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
fta_automl-0.1.0.tar.gz
(10.7 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 fta_automl-0.1.0.tar.gz.
File metadata
- Download URL: fta_automl-0.1.0.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2fd286a3afd86d9dca8f7a393fe0ad204b3c425b0272af051d249448c63f895
|
|
| MD5 |
34be1750079dfa0f89a633840b73881f
|
|
| BLAKE2b-256 |
becd7b466b05f164a47876f97cf4b7421bb6628e64aed05af3f09632263891d9
|
File details
Details for the file fta_automl-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: fta_automl-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2686e26bb518d38ff4f3414f36fec38672ff80e6b8ba9cfe95f8cf8d82a5591
|
|
| MD5 |
8a24a2f6d6a6628349227544437487cb
|
|
| BLAKE2b-256 |
1d823ecf0167eb8b48717e5c0192a7f4250b994a3680a2e7c487201d31feb22f
|