Skip to content

Commit

Permalink
Python params updated (degrees of freedom).
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrczarnas committed Oct 23, 2024
1 parent a57d376 commit 3c254e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home/lib/anomalies/data_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ class RuleTimeWindowSettingsSpec:


class AnomalyConfigurationParameters:
degrees_of_freedom: float
degrees_of_freedom: int
ai_degrees_of_freedom: int
anderson_significance_level: float
kolmogorov_significance_level: float

Expand Down

0 comments on commit 3c254e2

Please sign in to comment.