Skip to content

Commit

Permalink
Update test_sktime.py (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tingiskhan authored Nov 7, 2024
1 parent 14ffcd3 commit 3c6572f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_sktime.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ class AutoRegressive(BaseNumpyroForecaster):
Implements a basic Auto-Regressive model of order 1.
"""

moment_selector = np.mean

def build_model(self, y, length: int, X=None, future=0, **kwargs):
# parameters
mu = numpyro.sample("mu", Normal())
Expand Down

0 comments on commit 3c6572f

Please sign in to comment.