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
Forecasting Next Month data
Hello, I am new to RapidMiner. I have a date set that has monthly values for the last 10 years. The dataset ends in October 2018. How can you predict the value for November 2018? For example,
9/1/2018 =30
10/1/2018 =88
11/1/2018 =??
9/1/2018 =30
10/1/2018 =88
11/1/2018 =??
Tagged:
0
Answers
You have a time-series module in RapidMiner with operators performing predictions.
For example, you can take a look at the tutorial of the Holt-Winters operator and
adapt it to your data.
Regards,
Lionel
NB : It seems to me that you will need of RapidMiner 9.1 (beta) to use the Holt-Winters operator.
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
seems like linear regression, deep learning would be a good approach.
Although ARIMA model is very good about time series predictions so you can take a look at first how forecast validation operator works and after use inside it the arima model operator.
Hope it helps.