MCPcopy Create free account
hub / github.com/Anoise/WTFlib / _arima

Function _arima

LDPS_Graph/models/Stat_models.py:33–36  ·  view source on GitHub ↗
(seq,pred_len,bt,i)

Source from the content-addressed store, hash-verified

31 return self.results
32
33def _arima(seq,pred_len,bt,i):
34 model = pm.auto_arima(seq)
35 forecasts = model.predict(pred_len)
36 return forecasts,bt,i
37
38class Arima(nn.Module):
39 """

Callers

nothing calls this directly

Calls 1

predictMethod · 0.80

Tested by

no test coverage detected