Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 451 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 451 Bytes

LinearRegressionModel

Linear Regression model that predicts real estate prices

Activate your virtual environment (if it's not already activated). You can do this by running the following command in your terminal:

source /Users/hamzah/Documents/Projects/linear_regression_model/.venv/bin/activate

Run your Python script using the Python interpreter from your virtual environment:

python /path/to/your/Document/linear_regression_model/LR_MODEL.py