I have seen that data is flattened across timestep dimensions and label values are added in the first column of train.npy data and the numClasses is 10 for usps10 data which actually looks like a classification problem. I am trying to use the Fastcell algorithms for the time-series regression problem i.e. to forecast future values. In my case, I won't have the parameter like numClasses. So what should I assign for numClasses variable? Can these algorithms work for time-series regression problems? Waiting for the reply.
I have seen that data is flattened across timestep dimensions and label values are added in the first column of train.npy data and the numClasses is 10 for usps10 data which actually looks like a classification problem. I am trying to use the Fastcell algorithms for the time-series regression problem i.e. to forecast future values. In my case, I won't have the parameter like numClasses. So what should I assign for numClasses variable? Can these algorithms work for time-series regression problems? Waiting for the reply.