Guest User

Untitled

a guest
May 24th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. training_predictions = linear_regressor.predict(input_fn=predict_training_input_fn)
  2. training_predictions = np.array([item['predictions'][0] for item in training_predictions])
Add Comment
Please, Sign In to add comment