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


MySQL HeatWave User Guide  /  HeatWave AutoML  /  Forecasting

3.9 Forecasting

To generate a forecast, run ML_TRAIN and specify a forecasting task as a JSON object. ML_PREDICT_TABLE can then predict the values for the selected column. Use ML_SCORE to score the model quality.

Create a timeseries forecast for a single column with a numeric data type. In forecasting terms, this is a univariate endogenous variable.

MySQL 8.0.32 adds support for multivariate endogenous forecasting models, and exogenous forecasting models.