Skip to content

Help with a Multiclass Example #1015

Answered by nils-braun
muriloasouza asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @muriloasouza,
yes, it is possible to use tsfresh for your use-case! How exactly depends on how you want to use the extracted features later.
The id should correspond to the target you want to predict/classify later. This means,

  • if you want to predict one class for a single ID (for all days together), you can just use the data as it is and follow the tutorial basically word for word.
  • if you want to predict a class per ID per day, you should generate a unique ID for each ID and day - something like concatenating the current ID with the day number for each row and using the concatenated ID for tsfresh.
    Please note that for tsfresh, the time column does not need to be in any time or date…

Replies: 1 comment 1 reply

Comment options

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

Answer selected by muriloasouza
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