more details on preprocessing
shayanfazeli opened this issue · 1 comments
shayanfazeli commented
Hi,
We are trying to understand the preprocessing and we ran into a couple of questions.
In the preprocessed dataset, for each file (let's say eval_1.csv), we have 2406 values in one row. We know that the last 6 elements compose the one hot representation of ground truth. Can you elaborate on how the remaining 2400 points are generated.
Thanks for your time,
yscacaca commented
2400 is a flatten 20x120 matrix, where 20 is the time step and 120 is input dimension for two sensors.