Skip to content

Instantly share code, notes, and snippets.

@ranpelta
Created July 18, 2020 06:40
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 ranpelta/496ee35e8c5718cd53d7feb90f5011f8 to your computer and use it in GitHub Desktop.
Save ranpelta/496ee35e8c5718cd53d7feb90f5011f8 to your computer and use it in GitHub Desktop.
plt.figure(figsize=(50,4))
plt.plot(train.index,train[y_col],label='Train');
plt.plot(test.index,test[y_col],label='test')
plt.legend();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment