Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions orion/pipelines/pretrained/cisco/cisco.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"primitives": [
"mlstars.custom.timeseries_preprocessing.time_segments_aggregate",
"sklearn.impute.SimpleImputer",
"mlstars.custom.timeseries_preprocessing.rolling_window_sequences",
"orion.primitives.cisco.Cisco",
"orion.primitives.timeseries_errors.regression_errors",
"orion.primitives.timeseries_anomalies.find_anomalies"
],
"init_params": {
"mlstars.custom.timeseries_preprocessing.time_segments_aggregate#1": {
"time_column": "timestamp",
"interval": 21600,
"method": "mean"
},
"mlstars.custom.timeseries_preprocessing.rolling_window_sequences#1": {
"target_column": 0,
"window_size": 250,
"step_size": 1
},
"orion.primitives.timeseries_anomalies.find_anomalies#1": {
"fixed_threshold": true,
"window_size": 250,
"window_step_size": 40
Comment on lines +23 to +24
Copy link
Collaborator

@sarahmish sarahmish Feb 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if window_size and window_step_size are specified, then you can remove window_size_portion and window_step_size_portion

}
},
"input_names": {
"orion.primitives.timeseries_anomalies.find_anomalies#1": {
"index": "target_index"
}
},
"output_names": {
"orion.primitives.timeseries_anomalies.find_anomalies#1": {
"y": "anomalies"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"mlstars.custom.timeseries_preprocessing.time_segments_aggregate#1": {
"time_column": "timestamp",
"interval": 600
}
}
6 changes: 6 additions & 0 deletions orion/pipelines/pretrained/cisco/cisco_msl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"mlstars.custom.timeseries_preprocessing.time_segments_aggregate#1": {
"time_column": "timestamp",
"interval": 21600
}
}
6 changes: 6 additions & 0 deletions orion/pipelines/pretrained/cisco/cisco_realadexchange.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"mlstars.custom.timeseries_preprocessing.time_segments_aggregate#1": {
"time_column": "timestamp",
"interval": 3600
}
}
6 changes: 6 additions & 0 deletions orion/pipelines/pretrained/cisco/cisco_realawscloudwatch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"mlstars.custom.timeseries_preprocessing.time_segments_aggregate#1": {
"time_column": "timestamp",
"interval": 600
}
}
6 changes: 6 additions & 0 deletions orion/pipelines/pretrained/cisco/cisco_realtraffic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"mlstars.custom.timeseries_preprocessing.time_segments_aggregate#1": {
"time_column": "timestamp",
"interval": 600
}
}
6 changes: 6 additions & 0 deletions orion/pipelines/pretrained/cisco/cisco_realtweets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"mlstars.custom.timeseries_preprocessing.time_segments_aggregate#1": {
"time_column": "timestamp",
"interval": 600
}
}
6 changes: 6 additions & 0 deletions orion/pipelines/pretrained/cisco/cisco_smap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"mlstars.custom.timeseries_preprocessing.time_segments_aggregate#1": {
"time_column": "timestamp",
"interval": 21600
}
}
6 changes: 6 additions & 0 deletions orion/pipelines/pretrained/cisco/cisco_ucr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"mlstars.custom.timeseries_preprocessing.time_segments_aggregate#1": {
"time_column": "timestamp",
"interval": 300
}
}
6 changes: 6 additions & 0 deletions orion/pipelines/pretrained/cisco/cisco_yahooa1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"mlstars.custom.timeseries_preprocessing.time_segments_aggregate#1": {
"time_column": "timestamp",
"interval": 1
}
}
6 changes: 6 additions & 0 deletions orion/pipelines/pretrained/cisco/cisco_yahooa2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"mlstars.custom.timeseries_preprocessing.time_segments_aggregate#1": {
"time_column": "timestamp",
"interval": 1
}
}
6 changes: 6 additions & 0 deletions orion/pipelines/pretrained/cisco/cisco_yahooa3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"mlstars.custom.timeseries_preprocessing.time_segments_aggregate#1": {
"time_column": "timestamp",
"interval": 1
}
}
6 changes: 6 additions & 0 deletions orion/pipelines/pretrained/cisco/cisco_yahooa4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"mlstars.custom.timeseries_preprocessing.time_segments_aggregate#1": {
"time_column": "timestamp",
"interval": 1
}
}
Loading
Loading