AutoML Alex
State-of-the art Automated Machine Learning python library for Tabular Data
Installation
pip install automl-alex
🚀 Examples
Classifier:
from automl_alex import AutoMLClassifier
model = AutoMLClassifier(X_train, y_train, X_test,)
predict_test, predict_train = model.fit_predict(timeout=1000,)
Regression:
from automl_alex import AutoMLRegressor
model = AutoMLRegressor(X_train, y_train, X_test,)
predict_test, predict_train = model.fit_predict(timeout=1000,)
More examples in the folder ./examples
Features
- Data preprocessing
- Categorical feature Encoding
- Target Encoding with cross validation
- Cross Validation
- Search for the best solving library
- Smart Optimization of Hyperparameters (TPE)
- Timelimit and EarlyStoping
- Stacking
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
automl_alex-0.5.10.2.tar.gz
(21.3 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_alex-0.5.10.2.tar.gz.
File metadata
- Download URL: automl_alex-0.5.10.2.tar.gz
- Upload date:
- Size: 21.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
424013ae222cafd359ca574ceed425d725320079512345286a1130b62150c76f
|
|
| MD5 |
bfc1e5a1475950d49acc594b4e0c2d4e
|
|
| BLAKE2b-256 |
14def553eab1b7f87577149ace0bfe0045133c863cce4b61121de018ee4da60c
|
File details
Details for the file automl_alex-0.5.10.2-py3-none-any.whl.
File metadata
- Download URL: automl_alex-0.5.10.2-py3-none-any.whl
- Upload date:
- Size: 25.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e9df554a7316e6623542e02e7a498961760243d83d570763a73c9fbef05f1f7
|
|
| MD5 |
fd2b5bab81d3069fe8650209fe39410e
|
|
| BLAKE2b-256 |
cf47f3596cc13cb84d874a69542c9de05ea75d66548cdaeabf7587411404cc86
|