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=2000,)
Regression:
from automl_alex import AutoMLRegressor
model = AutoMLRegressor(X_train, y_train, X_test,)
predict_test, predict_train = model.fit_predict(timeout=2000,)
More examples in the folder ./examples:
- 01_Quick_Start.ipynb
- 02_Models_v1.ipynb
- 03_Data_Cleaning_and_Encoding_(DataBunch).ipynb
- 04_ModelsReview.ipynb
- 05_BestSingleModel.ipynb
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.19.tar.gz
(21.1 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.19.tar.gz.
File metadata
- Download URL: automl_alex-0.5.19.tar.gz
- Upload date:
- Size: 21.1 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 |
c459a864270dd354924f17c6de98a9688c89e6e628df64a16833a01dcc1992cd
|
|
| MD5 |
89cd992c6e3eeee833e1273f837d2a0a
|
|
| BLAKE2b-256 |
99dc5f36e6edcaf29b28c3c3efe576e88362deb3b48daa42064f0121fc7a3726
|
File details
Details for the file automl_alex-0.5.19-py3-none-any.whl.
File metadata
- Download URL: automl_alex-0.5.19-py3-none-any.whl
- Upload date:
- Size: 25.4 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 |
18b1029ccbc8486c4af1e7a6ae082d26d23a238e9786b0d89a9fcfad00b617bd
|
|
| MD5 |
20ae170a44a12a490ad39d50aa444329
|
|
| BLAKE2b-256 |
346846d30a7ad0fef9c5edfe8921cb463b5a9e6ecf376e63554b1780e763a35c
|