Skip to content

Commit

Permalink
Change default min_likelihood to 1e-16 for BOCPD (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnll0075 committed Feb 10, 2022
1 parent 37fb75c commit 6aa1524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merlion/models/anomaly/change_point/bocpd.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def __init__(
change_kind: Union[str, ChangeKind] = ChangeKind.Auto,
cp_prior=1e-2,
lag=None,
min_likelihood=1e-12,
min_likelihood=1e-16,
max_forecast_steps=None,
**kwargs,
):
Expand Down

0 comments on commit 6aa1524

Please sign in to comment.