Created
March 16, 2020 09:45
-
-
Save aniruddha27/b20f7e2dc710e8bdc87b68ee706ce966 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
| # dropping outlier values from the dataset | |
| train = train[train['GrLivArea']<4500] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment