Linear Regression
What is the main objective of Linear Regression?
In the Linear Regression equation Y = β₀ + β₁X + ε, the term β₁ represents:
Which variable is predicted in Linear Regression?
Which method is commonly used to estimate coefficients in Linear Regression?
Which plot is most suitable for visualizing the relationship between two variables in Simple Linear Regression?
Overfitting in Linear Regression is characterized by:
What does a high value of RMSE indicate?
If the residual plot shows a clear curved pattern, it indicates:
Multicollinearity in Multiple Linear Regression occurs when:
Which regularization technique can shrink regression coefficients exactly to zero?