Skip to content

Commit

Permalink
Set default threshold_scale to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tveten committed Dec 29, 2023
1 parent d6bf5cf commit 74d6ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skchange/change_detectors/moscore.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def __init__(
self,
score: Union[str, Tuple[Callable, Callable]] = "mean",
bandwidth: int = 30,
threshold_scale: Optional[float] = None,
threshold_scale: Optional[float] = 2.0,
level: float = 0.01,
min_detection_interval: int = 1,
tune: bool = False,
Expand Down

0 comments on commit 74d6ffc

Please sign in to comment.