Home
last modified time | relevance | path

Searched refs:training_times (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/timeseries/examples/
Dpredict.py102 def make_plot(name, training_times, observed, all_times, mean, argument
106 pyplot.plot(training_times, observed, "b", label="training series")
112 pyplot.axvline(training_times[-1], color="k", linestyle="--")
Dknown_anomaly.py148 def make_plot(name, training_times, observed, all_times, mean, argument
152 pyplot.plot(training_times, observed, "b", label="training series")
159 pyplot.axvline(training_times[-1], color="k", linestyle="--")