Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Holt's Linear Trend Forecasting vanilla algorithm builds the model based on the given training data set. It computes the level and slope/trend components based on the entire training data set passed.
In order to be able to use the algorithm in stream processing environment, it needs to have incremental model update support so that the model built can be updated based on the incoming data.