How to forecast and improve model simultaneously
Hello!
I’m new to Data Science and RM.
I am asking for some help in the following task. I am building a model, that would forecast energy consumption for every day. I have a lot of training data and I have already prepared input parameters of one month of test data. Because test data are from past, I also have the exact energy consumption figures for the whole month. So, I would like to validate my model, based on this test data.
Is there any function in RapidMiner that would predict energy consumption for the first day of the month, then take the exact consumption figure from an additional file and use it as a training data and after that predict energy consumption for the second day of the month? Then again, take the exact consumption for second day, use it as a training data and predict consumption for day three of the month, and again, and again, for the whole month.
What I actually need is an algorithm that would predict, then learn from some extra information (not previously known) and train again, repeat this whole task again.
I would appreciate some good advice, thank you in advance!