Linear Regression
Introduction: Before going inside linear regression,lets know what is regression.Regression is defined as the technique for determining the statistical relationship between two or more variables where the change in one variable(i.e dependent variable) is associated with,depends on change in one or more variables(independent variable).Machine Learning mostly uses regression to predict the outcome.In this article we will see about linear regression ,types and many other topics in linear regression What is a linear regression? linear regression gives the relationship between the variables i.e dependent variable and independent variable. The dependent variable is continuous and the independent variable may be continuous or discrete linear regression is classified into two types: *s...