Regression is a type of supervised Machine Learning algorithm that is used to recreate the relationship between one or more independent variables and dependent variables.
Regression analysis helps us understand how the value of the target variable varies with respect to one independent variable while other independent variables remain constant.
Linear Regression Multiple Linear Regression Polynomial Regression Ridge Regression (L2 Regularization) Lasso Regression (L1 Regularization) Decision Tree Regression Logistic Regression Poisson Regression
Negative Binomial Regression Cox Regression (Proportional Hazards Model Stepwise Regression Time Series Regression Panel Data Regression (Fixed Effects and Random Effects Models) Bayesian Regression Quantile Regression