Multiple Regression
Learn about multiple regression.
Understanding multiple regression
Multiple regression is an extension of simple linear regression. It is defined as a linear regression with multiple features. It is the most widely used machine learning technique. This technique is useful across many domains as we cannot depend on one single variable to do effective modeling. Now, let’s formulate an equation for multiple linear regression. We have a feature set X, which consists of p features.
We can present the equation as
Instead of using the features directly, we can use transform features.
Here, is the record and transformation is applied. Transformation could be anything, including as higher order polynomial, logarithm, exponential, etc.
Consider these examples:
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.