Skip to content

Instantly share code, notes, and snippets.

@jeetaf
Created June 28, 2021 12:48
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/6a005649e50058c4ad3f26ff534062fe to your computer and use it in GitHub Desktop.
Save jeetaf/6a005649e50058c4ad3f26ff534062fe to your computer and use it in GitHub Desktop.
error = test_predictions - test_labels
plt.hist(error, bins = 25)
plt.xlabel("Prediction Error [MPG]")
_ = plt.ylabel("Count")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment