This repository is a collection of ML Projects, built primarily using in Jupyter notebooks*. The project is collabaration between Sasi Pawan and I.
This project implements and compares multiple regression techniques using a unified workflow.
- Linear Regression
- Ridge Regression
- Lasso Regression
- Elastic Net
- Stochastic Gradient Descent Regressor (SGDRegressor)
- Polynomial Regression
scikit-learn, pandas, numpy, matplotlib
- Categorical features converted using one-hot encoding
- Feature scaling performed using
StandardScaler
- R² Score
- Adjusted R²
- Mean Squared Error (MSE)
- Root Mean Squared Error (RMSE)
- Mean Absolute Error (MAE)
- GridSearchCV used to tune and compare all applicable models