https://www.kaggle.com/c/house-prices-advanced-regression-techniques
The notebooks will be continuously updated by completing the ToDo sections.
When a notebook is updated, your forked repo will have to be updated using the following procedure -
- Open a terminal in the main folder of forked repo
- Type the command git pull https://github.com/uchicago-msca-club/Kaggle_HPP.git
- push the changes using Github desktop or typing git push in the terminal
NOTE : Unconflicting changes are essentially changes to the code in your forked repo that exist independently of the code written in main repo
- Open a terminal in the main folder of forked repo
- Type the command git pull https://github.com/uchicago-msca-club/Kaggle_HPP.git
- If the conflicting file is a .py file or a .md file, you can use notepad++ or VSCode to fix it easily.
- If the conflicting file is a .ipynb, use notepad++ to find a sequence of >>>> symbols, and choose the favored code snippets between HEAD and LOCAL sections
- Once codes are chosen, delete the >>>> ... and <<<< ... lines, and save the file
- commit the changes
- push the changes using Github desktop or typing git push in the terminal