Skip to main content

AutoML Toolkit with MXNet Gluon

Reason this release was yanked:

Yanked to avoid Python 3.10+ install

Project description

AutoGluon: AutoML Toolkit for Deep Learning

Build Status Pypi Version

AutoGluon automates machine learning tasks enabling you to easily achieve strong predictive performance in your applications. With just a few lines of code, you can train and deploy high-accuracy deep learning models on tabular, image, and text data. Get started with:

# First install package from terminal:  pip install mxnet autogluon

from autogluon import TabularPrediction as task
train_data = task.Dataset(file_path='https://autogluon.s3.amazonaws.com/datasets/Inc/train.csv')
test_data = task.Dataset(file_path='https://autogluon.s3.amazonaws.com/datasets/Inc/test.csv')
predictor = task.fit(train_data=train_data, label='class')
performance = predictor.evaluate(test_data)

See the AutoGluon Website for instructions on: - Installing AutoGluon - Learning with tabular data - Learning with image data - Learning with text data - More advanced topics such as Neural Architecture Search

License

This library is licensed under the Apache 2.0 License.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

autogluon-0.0.5.tar.gz (246.3 kB view hashes)

Uploaded Source

Built Distribution

autogluon-0.0.5-py3-none-any.whl (328.1 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