Q28 Single choice Mark for later How do you create a regression timeseries? A In SAQL, use the timeseries function with the following arguments: Partition (the group_by piece), Seasonality (set to 12 to get yearly seasonality). B In SAQL, use the forecast function with the regression argument enabled. C In SAQL, use the predict function with a trend parameter and a partition clause. D In SAQL, use the movingAverage function with a 12-period window to generate a regression timeseries. Correct answer