Related Documentation Download this Manual
PDF (US Ltr) - 1.6Mb
PDF (A4) - 1.6Mb


MySQL HeatWave User Guide  /  HeatWave AutoML  /  Predictions

3.7 Predictions

Predictions are generated by running ML_PREDICT_ROW or ML_PREDICT_TABLE on unlabeled data; that is, it must have the same feature columns as the data used to train the model but no target column.

ML_PREDICT_ROW generates predictions for one or more rows of data. ML_PREDICT_TABLE generates predictions for an entire table of data and saves the results to an output table.