Skip to content

Formatting time series data with multiples labels on same ID to use tsfresh #958

@AmirSahil

Description

@AmirSahil

Discussed in #957

Originally posted by AmirSahil July 28, 2022
Thank you for this amazing library that helps in extracting features for time series data.

I have studied the documentation for structuring data in a format that tsfresh can understand, but I believe I have formatted it correctly. I know that the data associated with each ID at each time is layered on top of one another. Based on the robot failure example, it is expected that each robot (with an ID of 1 to 88) represents either a successful execution with the label 'True' or an unsuccessful execution with the label 'False', but not both, given a different set of features. Each robot either tells if that was a successful execution or a failed execution.

Screenshot 2022-07-28 at 06 31 54

How is a dataset in which a robot with ID-1 represents successful execution (True) with one set of features and failure execution (False) with another set of features supplied into tsfresh for feature extraction to do multi-label classification?

Screenshot 2022-07-28 at 06 32 40

Could you please help me out with this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions