We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc23a7 commit 19fbda2Copy full SHA for 19fbda2
practices/ts/lr_pd.py
@@ -49,6 +49,4 @@ def get_input_fn(data_set, num_epochs=None, n_batch = 128, shuffle=True):
49
n_batch = 128, shuffle=False))
50
51
predictions = list(p["predictions"] for p in itertools.islice(y, 6))
52
-result = prediction_set
53
-result[]
54
print("Predictions: {}".format(str(predictions)))
0 commit comments