Unit 2: SUPERVISED LEARNING: REGRESSION - Subjective Questions

INT234 — Predictive Analytics • Practice Questions with Detailed Answers

20 questions

1

Define supervised learning and explain how regression problems differ from classification problems.

2

Explain simple linear regression and derive the general form of its prediction equation.

3

Describe the assumptions of simple linear regression and explain why each assumption is important.

4

Explain multiple linear regression and compare it with simple linear regression.

5

What is multicollinearity in multiple linear regression? Explain its effects and methods for detecting it.

6

Explain polynomial regression and discuss how it can model nonlinear relationships.

7

Distinguish between underfitting and overfitting in polynomial regression. How can each problem be addressed?

8

Derive the ordinary least squares objective function for a linear regression model and explain the meaning of a residual.

9

Explain the matrix form of the ordinary least squares estimator and state the conditions required for its use.

10

Define correlation and explain how the Pearson correlation coefficient measures the linear relationship between two variables.

11

Differentiate between correlation and regression with respect to purpose, variables, and interpretation.

12

Explain logistic regression and why it is used for binary classification rather than ordinary linear regression.

13

Interpret the coefficients of a logistic regression model using odds and log-odds.

14

Define Mean Absolute Error and explain its advantages and limitations as a regression evaluation metric.

15

Define Mean Squared Error and compare its behavior with Mean Absolute Error.

16

Explain the R-squared score, derive its formula, and discuss its interpretation.

17

What is Root Mean Squared Error? Explain its relationship with MSE and its practical interpretation.

18

Compare MAE, MSE, RMSE, and R-squared as measures of regression model performance.

19

A model produces actual values and predicted values . Calculate the MAE, MSE, and RMSE, and interpret the results.

20

Explain how residual analysis can be used to assess the adequacy of a regression model.