What Is Linear Regression
What Is Linear Regression
Now,As you know most of the algorithm works with some kind of assumptions.So, Before
moving on here is the list of assumptions of the Linear Regression.
These assumptions should be kept in mind when performing Linear Regression analysis so that
the model performs it’s best.
If the features in the dataset are not normally distributed try out different transformation
techniques to transform the distribution of the features present in the data.
Types of Linear Regression
→ Simple Linear Regression:
Simple Linear Regression helps to find the linear relationship between two continuous
variables,One independent and one dependent feature.
Formula can be represented as y=mx+b