Implemented a Linear Regression model from scratch without the use of any standard modules and compared the performance with the LR model present in sklearn module.
Implemented a Linear Regression model from scratch without the use of any standard modules and compared the performance with the LR model present in sklearn module.