Documentation Home
HeatWave User Guide
Related Documentation Download this Manual
PDF (US Ltr) - 2.1Mb
PDF (A4) - 2.0Mb


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 literal. 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.

HeatWave AutoML supports multivariate endogenous forecasting models, and exogenous forecasting models.