Skip to content

One train set but multiple test sets #79

@LouisCarpentier42

Description

@LouisCarpentier42

Each data set that is handled in the workflow is handled independently. In certain cases, it could be that you have multiple test time series available for one train time series. This can currently be implemented, by passing for each test set a data loader to the Workflow, which loads the same train data but different test data. The problem with this is that the anomaly detectors will be trained for each test set independently. If the train set is large, this could take a huge amount of time. However, for each test set, the same anomaly detector will be implemented. It would be interesting to be able to share this detector for multiple tests sets.

Metadata

Metadata

Assignees

No one assigned

    Labels

    WorkflowImprovements regarding the workflow

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions