Pratice data analysis on certain datasetsets. Most of them are from Kaggle.
Especially, the House Price notebook is from the competition House Prices: Advanced Regression Techniques.
This section is for those who want to run the notebooks on their local machine.
- Install pipenv
pip install pipenv-
Add the scripts to the PATH. Pipenv's path should look like this:
C:\Users\duongdinh\AppData\Roaming\Python\Python310\Scripts.
Check resultpipenv --version -
Create an empty
.venvat root of project -
Run
pipenv installto download all dependencies.