Supervised learning techniques implemented on predicting house prices Includes the following algorithms
- Linear regression using normal equation
- Linear regression using gradient descent
- Ridge and Lasso regression
- KNN regressor & classification
- Support vector regressor and Support vector classifier using kernel tricks
- Polynomial regression
- Logistic regression
- Decision trees
- All of the alogirthms are carried out using the SKLEARN package