Its a Regression Model that is trained to predict house pricing
Tools used
- VS Code IDE
- Git
- Python
- Docker
- Heruko
Create a new env conda create -p venv python==3.7 git clone git config --global user.name git config --global user.email
git add .
git commit -m "Commit Message" //goes to staging
git push origin main //where origin is the staging area