Skip to content

Instantly share code, notes, and snippets.

@avisheknag17
Created September 15, 2020 12:51
Show Gist options
  • Save avisheknag17/b12aadb74280849c03868eb7352d50a5 to your computer and use it in GitHub Desktop.
Save avisheknag17/b12aadb74280849c03868eb7352d50a5 to your computer and use it in GitHub Desktop.
import seaborn as sns
plt.figure(figsize=(18,5))
sns.lineplot(data=pd.DataFrame({'Predicted':result,'Actual':Y_test.to_numpy()}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment