Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 771 Bytes

File metadata and controls

30 lines (22 loc) · 771 Bytes

california-house-price-prediction

Comparing different ML models for regression to predict the house prices using the California dataset provided by scikit learn.

SOFTWARE AND TOOLS REQUIREMENTS

  1. Github Account
  2. VS Code IDE
  3. Heroku Account
  4. GitCLI

Create a new environment On terminal write the command bellow: ''' python -m venv venvhousepriceprediction '''

Activate the venvhousepriceprediction ''' venvhousepriceprediction/Scripts/Activate.ps1 '''

Press ctrl+shift+p Set the python interpretor to the new env created venvhousepriceprediction

INSTALLL REQUREMENTS LIBS ''' pip install -r requirements.txt '''