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

Works with Tasks:

  • Binary Classification

  • Regression

  • Multiclass Classification (in progress...)

Benchmark Results

bench

The bigger, the better
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
  • Optimization Timelimit and EarlyStoping
  • Save and Load (Predict new data)

Installation

pip install automl-alex

Docs

DocPage

🚀 Examples

Classifier:

from automl_alex import AutoMLClassifier

model = AutoMLClassifier()
model.fit(X_train, y_train, timeout=600)
predicts = model.predict(X_test)

Regression:

from automl_alex import AutoMLRegressor

model = AutoMLRegressor()
model.fit(X_train, y_train, timeout=600)
predicts = model.predict(X_test)

DataPrepare:

from automl_alex import DataPrepare

de = DataPrepare()
X_train = de.fit_transform(X_train)
X_test = de.transform(X_test)

Simple Models Wrapper:

from automl_alex import LightGBMClassifier

model = LightGBMClassifier()
model.fit(X_train, y_train)
predicts = model.predict_proba(X_test)

model.opt(X_train, y_train,
    timeout=600, # optimization time in seconds,
    )
predicts = model.predict_proba(X_test)

More examples in the folder ./examples:

What's inside

It integrates many popular frameworks:

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

Works with Features

  • Categorical Features

  • Numerical Features

  • Binary Features

  • Text

  • Datetime

  • Timeseries

  • Image

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.

Realtime Dashboard

Works with optuna-dashboard

Dashboard

Run

$ optuna-dashboard sqlite:///db.sqlite3

Road Map

  • Feature Generation

  • Save/Load and Predict on New Samples

  • Advanced Logging

  • Add opt Pruners

  • Docs Site

  • DL Encoders

  • Add More libs (NNs)

  • Multiclass Classification

  • Build pipelines

Contact

Telegram Group

Release files for automl-alex 2023.3.11

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for automl-alex 2023.3.11
File Size Uploaded
automl-alex-2023.3.11.tar.gz 32.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for automl-alex 2023.3.11
File Interpreter ABI Platform
automl_alex-2023.3.11-py3-none-any.whl Python 3 none any Details

Total release size: 70.8 kB

Release files / automl-alex-2023.3.11.tar.gz

Download URL automl-alex-2023.3.11.tar.gz
Size 32.6 kB
Tags Source
SHA-256 checksum
How to use checksums
fbedbb3d32ee74dc472d10b75d583afbe351a1050255e4d978663724068cea78
BLAKE2b-256 checksum
How to use checksums
4ebe345d3d0a44e7ee8e9432c049a1b7663ecf84923f4babc4465b37d5a0f24c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via poetry/1.1.14 CPython/3.10.9 Linux/5.4.0-104-generic

Release files / automl_alex-2023.3.11-py3-none-any.whl

Download URL automl_alex-2023.3.11-py3-none-any.whl
Size 38.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
2a303a68b253389e05ee9616554c1bd09ba0d3b6a370ce132732547325b4257d
BLAKE2b-256 checksum
How to use checksums
789c0041fdcb8379640a765627eaccecf37365ce0bf61517e423ff7337b3d969
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via poetry/1.1.14 CPython/3.10.9 Linux/5.4.0-104-generic

Release history Release notifications | RSS feed

This release

2023.3.11 This release

2 release files

1.6.10

2 release files

1.3.9

2 release files

1.3.8

2 release files

1.3.7

2 release files

1.3.6

2 release files

1.3.5

2 release files

1.3.4

2 release files

1.3.1

2 release files

1.2.25

2 release files

1.2.24

2 release files

1.2.23

2 release files

1.2.15

2 release files

1.1.11

2 release files

0.8.5

2 release files

0.7.26

2 release files

0.7.25

2 release files

0.7.21

2 release files

0.7.20

2 release files

0.7.18

2 release files

0.7.4

2 release files

0.5.19

2 release files

0.5.16

2 release files

0.5.9

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page