Home | History | Annotate | Download | only in timeseries

Lines Matching defs:predict

95   # and predict()
105 For distributions over future observations, see predict().
195 see predict().
234 def predict(self, features):
649 def predict(self, features):
650 """Calls self._prediction_step in a loop. See TimeSeriesModel.predict."""