NLeSC / mcfly-tutorial

tutorial for mcfly repository
Apache License 2.0
77 stars 40 forks source link

All sequences in the data set should be of equal length. #43

Closed rymoore closed 4 years ago

rymoore commented 4 years ago

In the documentation, it is specified that "All sequences in the data set should be of equal length.". What is the recommended approach for dealing with Multichannel time series event classification using samples with variable length? Zero padding perhaps?

cwmeijer commented 4 years ago

This really depends on the problem. Zero padding might make sense for some cases, but using interpolation to create sequences of equal length will work better in other cases. Please reopen if this didn't help you.