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
Answers
we don't have an explicit ARIMA operator in rapid miner, but I think you could get the same if you apply a MovingAverage operator at first, then window the data and apply a linear regression on the windowed data.
You have to look in the preprocessing/series group. Take a deeper look on all operator descriptions there.
Greetings,
Sebastian
I followed the method you mentioned above.I used WindowExamples2ModelingData operator.But i am not getting the idea about label-name-stem.
Thanks
Ratheesan
the label name stem is actually only the name of the label attribute before windowing. After windowing you should have something like label-0, label-1, label-2 and so on, denoting the value of the label in the indexed time points. The stem then would be "label".
Greetings,
Sebastian
Whenever I am working with WindowExamples2ModelingData operator I am getting "NumberFormatException caught for Input String" message. Any suggestion regarding this?
Thanks,
Ratheesan
here's a small example process. I hope this will guide you around the pitfalls in this area. If you add a few breakpoints, you will see, what each operator does. Greetings,
Sebastian