LostTech.TensorFlow : API Documentation

Type WholeDatasetInputFn

Namespace tensorflow.contrib.timeseries

Parent TimeSeriesInputFn

Interfaces IWholeDatasetInputFn

Supports passing a full time series to a model for evaluation/inference.

Note that this `TimeSeriesInputFn` is not designed for high throughput, and should not be used for training. It allows for sequential evaluation on a full dataset (with sequential in-sample predictions), which then feeds naturally into `predict_continuation_input_fn` for making out-of-sample predictions. While this is useful for plotting and interactive use, `RandomWindowInputFn` is better suited to training and quantitative evaluation.

Properties

Public properties

object PythonObject get;