Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://
AutoGluon automatically inferences the problem type. However, you are still able to specify the probelm type if AutoGluon fails to infer the right problem type.
AutoGluon auto saves all models into the specified output directory during training. And the save models can be load back using the
loadmethod of the corresponding predictor.GPU support in AutoGluon is for image/text but not Tabular data currently. For more details, please refer to issue 262.
Questions¶
Can I choose a model to save and choose a model to load?
Customization¶
Hyperparameter Tuning¶
Use AutoGluon for Hyperparameter Optimization for MNIST Training in PyTorch
Neural Architecture Search¶
https://
References¶
https://
https://