A typical HeatWave AutoML workflow is described below:
When the
ML_TRAIN
routine is called, HeatWave AutoML calls the MySQL DB System where the training data resides. The training data is sent from the MySQL DB System and distributed across the HeatWave Cluster, which performs machine learning computation in parallel. See Section 3.5, “Training a Model”.HeatWave AutoML analyzes the training data, trains an optimized machine learning model, and stores the model in a model catalog on the MySQL DB System. See Section 3.14.1, “The Model Catalog”.
HeatWave AutoML
ML_PREDICT_*
andML_EXPLAIN_*
routines use the trained model to generate predictions and explanations on test or unseen data. See Section 3.7, “Predictions”, and Section 3.8, “Explanations”.Predictions and explanations are returned to the MySQL DB System and to the user or application that issued the query.
Optionally, the ML_SCORE
routine can be used to compute the quality of a model to
ensure that predictions and explanations are reliable. See
Section 3.14.6, “Scoring Models”.
HeatWave AutoML shares resources with HeatWave MySQL. For information about concurrent queries see: Section 2.3.3, “Auto Scheduling”.