Skip to content

Commit

Permalink
added thresholdType as optional arg to SeasonalConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
murilommen committed Mar 28, 2024
1 parent 68282e0 commit bbffcb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions whylabs_toolkit/monitor/models/analyzer/algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ class SeasonalConfig(_ThresholdBaseConfig):
default=1.0,
description="The multiplier factor for calculating upper bounds and lower bounds from the prediction.",
)
thresholdType: Optional[ThresholdType]


class DriftConfig(AlgorithmConfig):
Expand Down

0 comments on commit bbffcb5

Please sign in to comment.