P
polynomial regression
Projects with this topic
-
This project predicts house prices using machine learning models based on the King County House Sales dataset. It explores Simple Linear, Multiple Linear, Polynomial, and Ridge Regression models, comparing their performance in terms of accuracy. The best model identified is Polynomial Regression, achieving an R² score of 0.75.
Updated -
Polynomial Regression Model single feature and multiple features using scikit-learn. check this project article on medium: https://medium.com/@alhendyrenad/build-a-polynomial-regression-model-in-python-using-scikit-learn-1b5fd31beb02
Updated