Created
December 6, 2019 21:19
-
-
Save benbenbang/a8372173137faadc68ac65696540c52b 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
| ##################################################### | |
| # Origine: Nanashi's solution # https://www.kaggle.com/jesucristo/1-house-prices-solution-top-1 | |
| # Rewrite and refine some processes | |
| ####################################################### | |
| def make_data(test_size): | |
| dataframe = pd.read_csv(os.path.join("data", "train.csv")) | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment