Unit 9: Regression Models - Subjective Questions

ECAP792 • Practice Questions with Detailed Answers

20 questions

1

Define regression analysis. Explain its main objectives and applications in data science.

2

Distinguish between regression and correlation.

3

Describe the major types of regression and state a suitable use case for each.

4

Explain the simple linear regression model and interpret its parameters.

5

Derive the ordinary least squares estimates of the slope and intercept in simple linear regression.

6

State and explain the principal assumptions of an ordinary linear regression model.

7

Explain multiple linear regression and derive its coefficient estimate using matrix notation.

8

Describe how categorical variables, polynomial terms, and interaction terms can be used in a linear regression model.

9

Explain how residual analysis can be used to diagnose problems in a linear regression model.

10

Define logistic regression and explain why it is appropriate for binary classification.

11

Explain odds, log-odds, and the interpretation of a logistic regression coefficient.

12

Derive the likelihood and cross-entropy loss used to train binary logistic regression.

13

Describe the decision boundary and the role of the classification threshold in logistic regression.

14

Compare machine-learning linear regression with logistic regression.

15

What is regularization? Explain how it helps regression models.

16

Compare Ridge, Lasso, and Elastic Net regularization, including their objective functions and practical effects.

17

Explain the relationship among regularization strength, feature scaling, cross-validation, and the bias-variance trade-off.

18

Define MAE, MSE, RMSE, and . Compare their usefulness for evaluating linear regression.

19

Explain the confusion matrix and derive accuracy, precision, recall, specificity, and F1-score for logistic regression.

20

Describe ROC-AUC, precision-recall curves, and log loss. Explain when each should be used.