forked from karnikkanojia/TadGAN-Research
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aer.json
59 lines (59 loc) · 1.91 KB
/
aer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"primitives": [
"mlstars.custom.timeseries_preprocessing.time_segments_aggregate",
"sklearn.impute.SimpleImputer",
"sklearn.preprocessing.MinMaxScaler",
"mlstars.custom.timeseries_preprocessing.rolling_window_sequences",
"orion.primitives.timeseries_preprocessing.slice_array_by_dims",
"orion.primitives.aer.AER",
"orion.primitives.aer.score_anomalies",
"orion.primitives.timeseries_anomalies.find_anomalies"
],
"init_params": {
"mlstars.custom.timeseries_preprocessing.time_segments_aggregate#1": {
"time_column": "timestamp",
"interval": 21600,
"method": "mean"
},
"sklearn.preprocessing.MinMaxScaler#1": {
"feature_range": [
-1,
1
]
},
"mlstars.custom.timeseries_preprocessing.rolling_window_sequences#1": {
"target_column": 0,
"window_size": 100,
"target_size": 1
},
"orion.primitives.timeseries_preprocessing.slice_array_by_dims": {
"target_index": 0,
"axis": 2
},
"orion.primitives.aer.AER#1": {
"epochs": 35
},
"orion.primitives.aer.score_anomalies#1": {
"rec_error_type": "dtw",
"comb": "mult",
"mask": true,
"lambda_rec": 0.5
},
"orion.primitives.timeseries_anomalies.find_anomalies#1": {
"window_size_portion": 0.33,
"window_step_size_portion": 0.1,
"fixed_threshold": true
}
},
"input_names": {
"orion.primitives.timeseries_anomalies.find_anomalies#1": {
"index": "index"
}
},
"output_names": {
"mlstars.custom.timeseries_preprocessing.rolling_window_sequences#1": {
"index": "X_index",
"target_index": "y_index"
}
}
}