Regression models (both linear and non-linear) are used for Predicting a Real Value, like salary for example. If your independent variable is time, then you are forecasting future values, otherwise your model is predicting present but unknown values.
Following are Machine Learning Regression models:
Following are Machine Learning Regression models:
- Simple Linear Regression
- Multiple Linear Regression
- Polynomial Regression
- Support Vector for Regression (SVR)
- Decision Tree Classification
- Random Forest Classification
Note: Below are the Assumptions of Linear Regression (Simple/Multiple):
- Linearity
- Homoscedasticity
- Multivariate normality
- Independence of Errors
- Lack of Multi-Collinearity
Arun Manglick
No comments:
Post a Comment