I have a time-series forecasting use-case. I am forecasting on a monthly basis, i.e. the forecast horizon is 31 days. As I move into future I'll have more actuals data available, and I want to include those actuals also in the training. For example, while predicting for Jan 24 the training set was upto Dec 24, now i want to predict for Feb 24 and the training set needs to be upto Jan 24.
Do I need to create a new forecast model? Or would updating my data collection and running the forecast action only would ensure that model uses the new training set?