forked from sintel-dev/Orion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lstm_dynamic_threshold.json
40 lines (40 loc) · 1.28 KB
/
lstm_dynamic_threshold.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
{
"primitives": [
"mlprimitives.custom.timeseries_preprocessing.time_segments_average",
"sklearn.impute.SimpleImputer",
"sklearn.preprocessing.MinMaxScaler",
"mlprimitives.custom.timeseries_preprocessing.rolling_window_sequences",
"keras.Sequential.LSTMTimeSeriesRegressor",
"mlprimitives.custom.timeseries_anomalies.regression_errors",
"mlprimitives.custom.timeseries_anomalies.find_anomalies"
],
"init_params": {
"mlprimitives.custom.timeseries_preprocessing.time_segments_average#1": {
"time_column": "timestamp",
"interval": 21600
},
"sklearn.preprocessing.MinMaxScaler#1": {
"feature_range": [
-1,
1
]
},
"mlprimitives.custom.timeseries_preprocessing.rolling_window_sequences#1": {
"target_column": 0,
"window_size": 250
},
"keras.Sequential.LSTMTimeSeriesRegressor": {
"epochs": 35
}
},
"input_names": {
"mlprimitives.custom.timeseries_anomalies.find_anomalies#1": {
"index": "target_index"
}
},
"output_names": {
"keras.Sequential.LSTMTimeSeriesRegressor#1": {
"y": "y_hat"
}
}
}