Skip to content

Commit

Permalink
Fix incorrect reference to BOCPD model in factory (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: Aadyot Bhatnagar <[email protected]>
  • Loading branch information
jonwiggins and aadyotb committed Sep 14, 2022
1 parent 5f1ffa1 commit ab90426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merlion/models/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
DAGMM="merlion.models.anomaly.dagmm:DAGMM",
LSTMED="merlion.models.anomaly.lstm_ed:LSTMED",
# Change point detection models
BOCPD="merlion.models.anomaly.change_point.bocpd",
BOCPD="merlion.models.anomaly.change_point.bocpd:BOCPD",
# Forecasting models
Arima="merlion.models.forecast.arima:Arima",
ETS="merlion.models.forecast.ets:ETS",
Expand Down

0 comments on commit ab90426

Please sign in to comment.