Last active
March 16, 2020 09:43
-
-
Save aniruddha27/cd47d6c980f3823d698be7f3f7fcea3e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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