Skip to content

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

License

Notifications You must be signed in to change notification settings

wassima-manssour/california-house-price-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 '''