Regression Flashcards
1
Q
Regression Analysis
A
A statistical technique used to model the relationship between a target variable and one or more input features.
2
Q
2 Type of Regression Analysis
A
Linear Regression - Linear
Nonlinear Regression - Curve
3
Q
4 Type of Performance Measures for Regression Analysis
A
Mean Absolute Error (MAE)
Mean Squared Error (MSE)
Root Mean Squared Error (RMSE)
R-Squared (R2)
4
Q
Regularisation
A
A technique used in machine learning and statistical modelling to prevent overfitting of the model to the training data.
5
Q
2 Type of Regularized Regressions
A
Ridge Regression / Tikhonov Regularisation - A regularised version of Linear Regression.
Lasso Regression - Shrink the estimated coefficients to exactly zero.