Home | History | Annotate | Download | only in timeseries

Lines Matching defs:predict

94   # and predict()
104 For distributions over future observations, see predict().
194 see predict().
233 def predict(self, features):
645 def predict(self, features):
646 """Calls self._prediction_step in a loop. See TimeSeriesModel.predict."""