fix predictor lag value

This commit is contained in:
xss 2023-01-24 15:53:44 +11:00
parent dd0d03c932
commit 4ecdc1d3cc

View File

@ -474,7 +474,7 @@ async def predict_async(event, context):
"serial_diff": {
"buckets_path": "4-metric",
"gap_policy": "skip",
"lag": 5
"lag": lag
}
},
"5": {