Skip to content

Instantly share code, notes, and snippets.

@Akash-Rawat
Created July 28, 2021 18:26
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 Akash-Rawat/6489ec1df02a5c9aea71ea8112f746da to your computer and use it in GitHub Desktop.
Save Akash-Rawat/6489ec1df02a5c9aea71ea8112f746da to your computer and use it in GitHub Desktop.
fig, ax = plt.subplots(figsize=(20, 6))
pd.DataFrame(history.history).iloc[:, :-1].plot(ax=ax)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment