Skip to content

Data input formats for univariate and multivariate TS classification #4495

Answered by fkiraly
monasound asked this question in Q&A
Discussion options

You must be logged in to vote

This looks correct in both cases.

  • as numpy, univariate could also be (230, 1, 10).
  • you can also just directly pass the df without the Y column, that would also work.
  • In all cases, y should be a vector of length 230.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@monasound
Comment options

Answer selected by monasound
Comment options

You must be logged in to vote
1 reply
@fkiraly
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
module:classification classification module: time series classification
3 participants