Skip to content

Multiple timeseries for same id feature selection #840

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

You must be logged in to vote

Hi @harvetech !

You mentioned regression in your question but I am not 100% sure I understand where the regression comes into the game.
As I have understood your use-case, you have multiple time series (e.g. one time series per day) for each machine (which has a ID). For each time series you have a ground truth label if the machine is broken or not (e.g. a bool per day).

If this is the case, I would do the following: extract features for each of time series (you could just enumerate them, so you choose an artificial Id which is not the machine ID). Then maybe add some additional machine features to each set of extracted time series features and give them to the selection.

Remember: what y…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nils-braun
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
Converted from issue

This discussion was converted from issue #837 on April 17, 2021 10:08.