Home
last modified time | relevance | path

Searched refs:ARRegressor (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dar_model_test.py28 from tensorflow.contrib.timeseries.python.timeseries.estimators import ARRegressor
112 estimator = ARRegressor(
222 estimator = ARRegressor(
Destimators.py288 class ARRegressor(TimeSeriesRegressor): class
382 super(ARRegressor, self).__init__(
Destimators_test.py187 return estimators.ARRegressor(
/external/tensorflow/tensorflow/contrib/timeseries/
DREADME.md19 (see the `hidden_layer_sizes` argument to `ARRegressor` in `estimators.py`) and
/external/tensorflow/tensorflow/contrib/timeseries/examples/
Dpredict.py62 ar = tf.contrib.timeseries.ARRegressor(
Dknown_anomaly.py75 tf.contrib.timeseries.ARRegressor(