- Loaded California Housing Dataset
- Applied Feature Scaling using StandardScaler
- Trained multiple ML models
- Compared model performance
- Feature Engineering
- Model Training
- Model Comparison
- Evaluation Metrics (RMSE, R² Score)
- Linear Regression → R²: 0.57
- Ridge Regression → R²: 0.57
- Decision Tree → R²: 0.68
- Random Forest → R²: 0.80 ✅
👉 Best Model: Random Forest
- Python
- Pandas
- NumPy
- Scikit-learn
- Matplotlib
- Seaborn
Sahil Bhatti