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 27, 2024
1 parent 68282e0 commit 1092db7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions whylabs_toolkit/monitor/models/analyzer/algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ 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 1092db7

Please sign in to comment.