Comparing different ML models for regression to predict the house prices using the California dataset provided by scikit learn.
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 '''