Skip to main content

AutoML Alex

Downloads PyPI - Python Version PyPI CodeFactor Telegram License


State-of-the art Automated Machine Learning python library for Tabular Data

bench

From AutoML-Benchmark

Scheme

scheme

Features

  • Automated Data Clean (Auto Clean)
  • Automated Feature Engineering (Auto FE)
  • Smart Hyperparameter Optimization (HPO)
  • Feature Generation
  • Feature Selection
  • Models Selection
  • Cross Validation
  • Timelimit and EarlyStoping

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:

What's inside

It integrates many popular frameworks:

  • scikit-learn
  • XGBoost
  • LightGBM
  • CatBoost
  • Optuna
  • ...

Note:

  • With a large dataset, a lot of memory is required! Library creates many new features. If you have a large dataset with a large number of features (more than 100), you may need a lot of memory.
  • Do not work with timeseries and texts yet

Road Map

  • Feature Generation

  • Advanced Logging

  • New Features Generators

  • DL Encoders

  • Save/Load and Predict on New Samples

  • Add More libs (NNs)

  • Add opt Pruners

  • Build pipelines

  • Docs Site

Contact

Telegram Group

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.7.25.tar.gz (23.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

automl_alex-0.7.25-py3-none-any.whl (28.6 kB view details)

Uploaded Python 3

File details

Details for the file automl_alex-0.7.25.tar.gz.

File metadata

  • Download URL: automl_alex-0.7.25.tar.gz
  • Upload date:
  • Size: 23.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6

File hashes

Hashes for automl_alex-0.7.25.tar.gz
Algorithm Hash digest
SHA256 aaf92becfbd324ae71483397fc6e94ee0420483889702bc6e611f3dad372ec30
MD5 b2e559dbd6aee1a08662dbcfd5bfd9eb
BLAKE2b-256 6415a12562fb66673dc58570f9b3c97dd49ca86804642258165d17dea465648a

See more details on using hashes here.

File details

Details for the file automl_alex-0.7.25-py3-none-any.whl.

File metadata

  • Download URL: automl_alex-0.7.25-py3-none-any.whl
  • Upload date:
  • Size: 28.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6

File hashes

Hashes for automl_alex-0.7.25-py3-none-any.whl
Algorithm Hash digest
SHA256 2107a2973aaab66d1bba7ab019fbfc807c32883c92c1328e02ffc652e5719771
MD5 598bcbc5db1b456274478cc382c5bf29
BLAKE2b-256 53d1d0b1801c1084cd7989b4573bc345cefbf7f4a45e0a583949c331299038c7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page