diff --git a/src/seer/anomaly_detection/models/external.py b/src/seer/anomaly_detection/models/external.py index 258829a89..43d2f910b 100644 --- a/src/seer/anomaly_detection/models/external.py +++ b/src/seer/anomaly_detection/models/external.py @@ -4,7 +4,7 @@ AnomalyFlags = Literal["none", "anomaly_lower_confidence", "anomaly_higher_confidence", "no_data"] Sensitivities = Literal["low", "medium", "high"] -TimePeriods = Literal[15, 30, 60] +TimePeriods = Literal[5, 15, 30, 60] Directions = Literal["up", "down", "both"] Seasonalities = Literal["hourly", "daily", "weekly", "auto"]