Skip to content

Instantly share code, notes, and snippets.

@jeetaf
Created June 28, 2021 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeetaf/0f57880c68910a4d2baab47f833010a7 to your computer and use it in GitHub Desktop.
Save jeetaf/0f57880c68910a4d2baab47f833010a7 to your computer and use it in GitHub Desktop.
loss, mae, mse = model.evaluate(normed_test_data, test_labels, verbose=0)
print("Testing set Mean Abs Error: {:5.2f} MPG".format(mae))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment