Skip to content

Commit

Permalink
Modify units pipeline find_anomalies params (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
Linh-nk authored Jan 1, 2025
1 parent 36a2710 commit 8d783ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions orion/pipelines/pretrained/units/units.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"time_column": "timestamp",
"interval": 21600,
"method": "mean"
},
"orion.primitives.timeseries_anomalies.find_anomalies#1": {
"window_size_portion": 0.33,
"window_step_size_portion": 0.1,
"fixed_threshold": true
}
},
"output_names": {
Expand Down

0 comments on commit 8d783ea

Please sign in to comment.