Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Last active March 16, 2020 09:43
Show Gist options
  • Save aniruddha27/cd47d6c980f3823d698be7f3f7fcea3e to your computer and use it in GitHub Desktop.
Save aniruddha27/cd47d6c980f3823d698be7f3f7fcea3e to your computer and use it in GitHub Desktop.
plt.scatter(x=train['GrLivArea'], y=train['SalePrice'])
plt.ylabel('Sale Price')
plt.xlabel('GrLivArea')
plt.show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment