Hello,
I'm new on rapidminer and I would like to use this tool to learn about data analysis. I decided to begin with a Kaggle competition wich is already closed. I want to predict the next number of a sequence, for this I wanna try some algorithms using rapidminer.
My CSV is made like the following : (those are examples, not the real data I use)
ID Sequence
1 1,2,3,4,5
2 2,4,6,8,10
I want to use a regression algorithm to predict the next number of the sequence. But I would like to compute it separatly for each sequence. How can I transform each sequence into a subset of data ?