Based on your code, we can train a model at the beginning of each week and predict data for the next week. How can we use a trained model to update our prediction?
For example, we trained a model on Sunday and predict values for the next week. On Monday, we will have a new sample. So we can update our prediction. Similarly, we can update our predictions as new data are observed. However, we can use the former model.
Thanks
Based on your code, we can train a model at the beginning of each week and predict data for the next week. How can we use a trained model to update our prediction?
For example, we trained a model on Sunday and predict values for the next week. On Monday, we will have a new sample. So we can update our prediction. Similarly, we can update our predictions as new data are observed. However, we can use the former model.
Thanks