Tune Custom Models¶
Tutorials to hyperparameter-tune any custom models or Python code.
Using AutoGluon’s Core APIs to hyperparameter-tune any model/code by making existing objects/training-functions searchable.
How to use AutoGluon’s built-in hyperparameter search algorithms, including early-stopping strategies.
Tune the hyperparameters of custom objects such as your own: neural network, optimizer, dataset, etc.
Tune the argument values (hyperparameters) of arbitrary Python scripts using AutoGluon.
Easily distribute the hyperparameter search across multiple machines to improve efficiency.
Complete example of using AutoGluon’s state-of-the-art hyperparameter optimization to tune a basic MLP model.
Tune models under fairness constraints using AutoGluon’s constrained Bayesian optimization.