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
time series predicting the future price
Hello all,
I just finished watching both youtube video of how to forecast prices https://www.youtube.com/watch?v=w0vSSEq2bn0 . However, my question is where can i find the next days forecasted/predicted price in rapidminer. To clarify. lets say my data ends on April 16,2014 I want rapidminer to predict the next days price April 17,2014. How to I achieve this.
thank you
I just finished watching both youtube video of how to forecast prices https://www.youtube.com/watch?v=w0vSSEq2bn0 . However, my question is where can i find the next days forecasted/predicted price in rapidminer. To clarify. lets say my data ends on April 16,2014 I want rapidminer to predict the next days price April 17,2014. How to I achieve this.
thank you
Tagged:
0
Answers
~Martin
Dortmund, Germany
ID; Label; Predicted Label; Variables ........
How to build model which can forecast bigger horizon than 1 ? With result table that looks like:
ID; Predicted Label
n+1 xyz
n+2 xfka
n+3 ....
etc.
With unknow variables for forecasted variables, just with learned model to catch Trend and seasonability during year ?
Dont need to forecast exact values, only direction of further development.
just a short answer because i need to go:
The trick is windowing. You create a table like this
label var1_n-1, var2_n-1, var2_n-1,
then you can do it. Obviously the window can be longer than one and also contain more complex things.
~Martin
Dortmund, Germany