Skip to content

Instantly share code, notes, and snippets.

@benbenbang
Created December 6, 2019 21:19
Show Gist options
  • Save benbenbang/a8372173137faadc68ac65696540c52b to your computer and use it in GitHub Desktop.
Save benbenbang/a8372173137faadc68ac65696540c52b to your computer and use it in GitHub Desktop.
#####################################################
# 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