-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
WorkflowImprovements regarding the workflowImprovements regarding the workflow
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
WorkflowImprovements regarding the workflowImprovements regarding the workflow