Linear Regression in Python
In Linear Regression (LR) we used one independent variable for prediction. In Multiple Linear Regression (MLR) we used multiple independent variable for prediction. So, with the help of above code we can implement Linear Regression on our data.
Dec-28-2019, 13:51:44 GMT
- Technology: