Skip to content

Commit

Permalink
Added NHITS to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
djpasseyjr committed Sep 13, 2024
1 parent d44b73b commit 88a5a55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
interfere.methods.LTSFLinearForecaster,
interfere.methods.VAR,
interfere.methods.LSTM,
interfere.methods.NHITS,
]
EXOG_RESP_METHODS = []

Expand Down Expand Up @@ -1147,3 +1148,5 @@ def test_optimize_method_exog_response(
"\n\nInterv. response vs. predicted interv. response RMSSE: "
f"{interv_error}"
)

# TestFitPredict().test_fit(interfere.methods.NHITS, DYNAMICS[0])

0 comments on commit 88a5a55

Please sign in to comment.