Implementing Polynomial Regression for Predicting Car Price (From Scratch)
Introduction Bellow is my notebook from Kaggle for my project on implementing Polynomial Regression from scratch for Predicting Car Price and comparing it to scikit-learn predefined one. Enjoy! ...