From 3cdb0bcbbbfdc4dbb6c98f024de89095fdc01c6d Mon Sep 17 00:00:00 2001 From: Linh Nguyen Date: Thu, 26 Dec 2024 23:06:05 -0500 Subject: [PATCH] change hyperparameters --- orion/pipelines/pretrained/timesfm/timesfm.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/orion/pipelines/pretrained/timesfm/timesfm.json b/orion/pipelines/pretrained/timesfm/timesfm.json index 71f52aee..0b337d44 100644 --- a/orion/pipelines/pretrained/timesfm/timesfm.json +++ b/orion/pipelines/pretrained/timesfm/timesfm.json @@ -17,6 +17,11 @@ "mlstars.custom.timeseries_preprocessing.rolling_window_sequences#1": { "target_column": 0, "window_size": 256 + }, + "orion.primitives.timeseries_anomalies.find_anomalies#1": { + "window_size_portion": 0.33, + "window_step_size_portion": 0.1, + "fixed_threshold": true } }, "input_names": {