Unit 3: SUPERVISED LEARNING: CLASSIFICATION - Subjective Questions

INT234 — Predictive Analytics • Practice Questions with Detailed Answers

20 questions

1

Define lazy learning. Explain the working principle of the -Nearest Neighbors (-NN) classification algorithm.

2

Discuss the important factors that influence the performance of the -Nearest Neighbors algorithm.

3

Explain the Naive Bayes classification algorithm and derive its classification rule using Bayes' theorem.

4

What is the role of the independence assumption in Naive Bayes? Discuss its advantages and limitations.

5

Describe the divide-and-conquer approach used to construct a decision tree classifier.

6

Derive the information gain criterion used for selecting an attribute in a decision tree.

7

Explain Gini impurity and compare it with entropy as a decision tree splitting criterion.

8

Explain overfitting in decision trees and describe methods used to control it.

9

Convert a decision tree into an equivalent set of classification rules and explain the advantages of rule-based representation.

10

Explain the fundamental idea of a Support Vector Machine (SVM) for binary classification.

11

Distinguish between hard-margin and soft-margin SVMs. Explain the role of the parameter .

12

What is the kernel trick in SVM? Explain common kernel functions and their applications.

13

Define the confusion matrix for binary classification and explain all of its components.

14

Derive the formula for classification accuracy and discuss when accuracy can be misleading.

15

Explain logarithmic loss, derive its binary classification formula, and interpret its behavior.

16

What is the Receiver Operating Characteristic (ROC) curve? Explain the meaning of Area Under the Curve (AUC).

17

Define precision and recall. Explain the trade-off between them using a classification example.

18

Derive the F1 score and explain why it is useful when evaluating a classification model.

19

Compare accuracy, precision, recall, F1 score, logarithmic loss, and AUC as classification evaluation measures.

20

A classifier produces , , , and . Calculate accuracy, precision, recall, and F1 score, and interpret the results.