forked from sintel-dev/Orion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skew_24h_lstm.json
36 lines (36 loc) · 1.17 KB
/
skew_24h_lstm.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
{
"primitives": [
"mlprimitives.custom.timeseries_preprocessing.time_segments_aggregate",
"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_aggregate#1": {
"time_column": "timestamp",
"interval": 84600,
"method": "skew"
},
"sklear.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": 5
}
},
"output_names": {
"keras.Sequential.LSTMTimeSeriesRegressor#1": {
"y": "y_hat"
}
}
}