Newbie question: Neuronal Networks prediction
I don't know if anyone could give some help to start with rapidminer on this problem.
I'm trying to predict some time series of different objects.
For example I have 3 Objects with 3 attributes each on weekly basis (for 2 years).
The goal is to predict attribute u on basis of the attributes of the objects.
My idea was to have a file in this form.
Object Name, weekyear,a1, a2, a3
House1, 012007,u1,a11,a12,a13
House2, 012007,u2,a21,a22,a23
House3, 012007,u3,a31,a32,a33
.
.
.
House1, 012008,u1,a11,a12,a13
House2, 012008,u2,a21,a22,a23
House3, 012008,u2,a31,a32,a33
.
.
.
But I'm not really sure if I it's possible to model time series data with non-time series data.
For example the attributes u1,a11,a12 for House1 are time series and a13 is a non-time serie and so on.
My idea was to transform weekyear with date2Numerical, make the weekyear as ID, normalize the data, apply MultivariatSeriestoWindowExamples and
then use a neuronal net. Do i have to add for every weekyear the non-timeserie data??
I would appreciate it if you could give me a few hints how to start.
Thanks in advance.
Regards,
Mike