Skip to main content

AutoML tool

Project description

flashML - AutoML tool

flashml

flashML is a AutoML Python library that finds most accurate machine learning models automatically and efficiently. It frees users from selecting models and hyper-parameters for each model.

Installation

pip install flashML

Quickstart

from flashML import autoML
aml = autoML()
aml.fit(X_train, X_test, y_train, y_test, "classification", "f1_score")

Task can be either classification or regression and metric can be selected accordingly.

hyper-parameter optimization is done using optuna.

After training, use this function to get the best model:

aml.get_best_model()

You can use predict() function for custom predicitions.

aml.predict(X_val)

Change Log

0.0.3 (12/11/2021)

  • First Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flashML-0.0.3.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

flashML-0.0.3-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file flashML-0.0.3.tar.gz.

File metadata

  • Download URL: flashML-0.0.3.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for flashML-0.0.3.tar.gz
Algorithm Hash digest
SHA256 29679b7fbe0b76251c6ef04283fee5aee034a15930fcc161f5d8913fc2ddd89e
MD5 7f695122b3ee8c1b9d11e8ff6e395c6d
BLAKE2b-256 9599e784a6c7723537b0874a38e92dfa577e0683e030097636772d750c1faad1

See more details on using hashes here.

File details

Details for the file flashML-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: flashML-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 4.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for flashML-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b82f0808d00aafb01aa5ac0505c699730dfaf5a89b3a25af3442a725eff41000
MD5 ee2f943b083abc0578ee3205a4729264
BLAKE2b-256 db5fff78119775ac6ca4990464cf23aac211bbc53e991a867d3ed759da3d4801

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page