Skip to content

How is it possible to perform multivariate classification tasks? #27

Answered by isaksamsten
lorebon asked this question in Q&A
Discussion options

You must be logged in to vote

Hi!

Many algorithms support multivariate time series out of the box (e.g., ShapeletForestClassifier). Just fit it with an ndarray x of shape (n_samples, n_dims, n_timestep) and y of shape (n_samples, ). Unfortunately, wildboar does not support datasets where each dim have different n_timestep. In the example folder there is an example with multivariate time series.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by isaksamsten
Comment options

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants