timeseries

moni
New Altair Community Member
Hi everyone
I want to work on the dataset that I sent on the close column and the date cloumn in the collection of my data and get the output on the diagram of what the closed prices are on different dates by arima or machine learing
Thank you all

Thank you all

Tagged:
0
Answers
-
Hi @moni ,if you want to use ARIMA, take a look at the example process in the samples repository in RapidMiner://Samples/Time Series/templates/Automized Arima on US - Consumption dataThis should give you a good idea how to apply and also optimize your ARIMA process on your data. As a general tip, I would convert your data column into the correct type (either during import, or with TurboPrep).Best,
David0 -
Hi,can you explain what's not working? I've tried it out and it worked fine for me (although with only 36 data points the forecast is not very telling).The only thing you need to change are the attribute names at the ARIMA operator to <DTYYYYMMDD> as index and <Close> as time series attribute.Best,
David
0