This project predicts house prices based on:
- Area (Square Feet)
- Number of Bedrooms
- Number of Bathrooms
The model is built using Multiple Linear Regression.
- Python
- Pandas
- NumPy
- Scikit-learn
- Multiple Linear Regression
- Load Dataset
- Data Preprocessing
- Train-Test Split
- Model Training
- Model Evaluation
- Price Prediction
- Mean Squared Error (MSE)
- R2 Score
- Install dependencies:
pip install -r requirements.txt
- Run the model:
python house_price_model.py
- Understanding Regression Models
- Data Splitting
- Model Evaluation
- Real-world Price Prediction