Help with a Multiclass Example #1015
-
I need to solve a Multiclass Problem, and i have been following the Jupyter Notebook of the Multiclass Selection Example. My dataset is a bit different, each The values of my Example1: The first row is the Example2: In the second row i have the code So, the last three digits alway range from
You can see that we have 48 measurements before changing to the second day of data (196) for Here you can see the last rows of the dataset:
So, instead of having the How can i use tsfresh in this case? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @muriloasouza,
|
Beta Was this translation helpful? Give feedback.
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,tsfresh
.Please note that for
tsfresh
, the time column does not need to be in any time or date…