The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Forecast validation with apply forecast

BarclaeysBarclaeys Member Posts: 18 Learner I
hi,

I am using a forecast validation model to validate a Holt-Winters model (Sep/2015 - May/2020) and afterwards I want to add an apply forecast operator to still make a prediction of future values (Jun/2020 - Oct/2020). However the predicted values occur for dates on which I have actual values (from Nov/2019 - Apr/2020)? Does anyone know how this is possible? Could it be because my last window that is used to validate the model has not used these 6 months?

Thank you for providing some insights.
Bart

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist

    This is likely an effect of the definition of windows, which is changed in an upcoming release.

    I suspect you used a window size bigger than 1 (likely >7). We define our validation windows from the start. So it can be that the last start of a training window is not the last date in your data set. The model which is returned is the last model.
    In order to get the "final model" you need to retrain your model on the last window_size data points.

    Best,
    Martin

    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
Sign In or Register to comment.