Which operators or combination of operators should I use?
Dear Mr. and Mrs Rapidminer, hello Community,
I have a set of data as follows:
[...]
01.01.2017, 1,2,3,0,4,5,6
02.01.2017, 6,2,3,0,4,5,1
03.01.2017, 5,2,3,6,4,0,1
...and so on.
No number in a row accours twice.
Now I want to analize this and maybe predict a new sequence for the future. Lets say: 04.01.2017.
I have seen some videos from Thomas Odd (from 2010) about financial forcasts and I have seen the general sequence pattern operator. But nothing seems to fit to my problem exactly.
Which methods would you suggest? Is this problem based in neural networks or in sequence analytics?
Do regression test make sense in such cases?
What would be useful practical methods/operators in RapidMiner to analyse this data over time and maybe predict something?
Thank you.