Skip to main content

Just another AutoML library, but better and faster.

Project description

TezzAutoML

Just focus on the data, TezzAutoML will do the rest.

You'll need to do all the preprocessing with the data the way you want.

Installation

Usage

from tezzautoml.automl import AutoML

automl = AutoML(data=df, target='target', task='classification', n_trials=100, fast_mode=False)

When Fast Mode is False, it will use KFold for Regression tasks and StratifiedKFold for Classification tasks.

When Fast Mode is True, it will use train_test_split for both the tasks.

NOTE: Will be writing complete documentation when 0.2 version is ready. Please wait for the version as this version is still in development with multiple release daily.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

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

TezzAutoML-0.1.5.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

TezzAutoML-0.1.5-py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 3

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