iamcrj/Multiple_Linear_Regression
Implemented Multiple Linear Regression using Backward Elimination Method. This code will work for all dependencies of the form y=b0+b1x1+b2x2+b3x3....bnxn
Python
Implemented Multiple Linear Regression using Backward Elimination Method. This code will work for all dependencies of the form y=b0+b1x1+b2x2+b3x3....bnxn
Python