Correct formatting of Multi-Features Time Series dataset

2- could just creating a Feature for each of my features work?

Yup that does the job and would fit the notebook better, otherwise you’d end up with a Sequence(Sequence(Value("float32"))) (31 * window_length floating values)

1 Like