Fast and Accurate ML in 3 Lines of Code
AutoGluon automates machine learning tasks enabling you to easily achieve strong predictive performance in your applications.
quickstart.py
# Train a model in 3 lines of code
from autogluon.tabular import TabularPredictor
predictor = TabularPredictor(label="class").fit(train_data)
predictions = predictor.predict(test_data)Everything you need for ML
From raw data to production-ready models, AutoGluon handles it all.
Quick Prototyping
Build machine learning solutions on raw data in a few lines of code.
State-of-the-art Techniques
Automatically utilize SOTA models without expert knowledge.
Easy to Deploy
Move from experimentation to production with cloud predictors and pre-built containers.
Customizable
Extensible with custom feature processing, models, and metrics.
Ready to get started?
Join the waitlist to get early access. We are currently accepting applications for our private beta.