API ReferenceΒΆ

This API Reference Manual details the usage of functions and objects included in AutoGluon, describing what they are and what they do. The APIs are grouped into the following categories:

Predictorsautogluon.predictor.html

Automatically train/deploy predictors with 1 line of code for text, image, or tabular data.

Core APIsautogluon.core.html

Enable easy tuning of any custom models / Python code.

Search Spaceautogluon.core.space.html

Hyperparameter search spaces of candidate hyperparameter values to consider.

Schedulersautogluon.core.scheduler.html

Schedulers for managing computation resources and distributed training.

Searchersautogluon.core.searcher.html

Search algorithms that suggest which hyperparameter values to try out.