Unit 3: Mining frequent patterns - Subjective Questions

BTY587 — Data Analysis And Simulations • Practice Questions with Detailed Answers

20 questions

1

Define Association Rule Mining. Explain the basic concepts of support, confidence, and lift with their mathematical formulas.

2

Explain the Apriori Algorithm for frequent itemset mining. Describe its two main steps and the Apriori property.

3

Distinguish between Associations and Correlations in the context of data mining. Why can a strong association rule sometimes be misleading?

4

Describe Correlation Pattern Mining. Explain the (chi-square) test and lift as correlation measures with examples.

5

What is Classification in data mining? Explain the two-step process of classification with a suitable diagram description.

6

Compare Classification and Prediction (Regression). Also distinguish between supervised and unsupervised learning.

7

Explain Frequent Pattern-Based Classification. How are frequent patterns used as features for building classifiers?

8

Define the Confusion Matrix. Explain the terms True Positive (TP), True Negative (TN), False Positive (FP), and False Negative (FN).

9

Define Precision, Recall, and F1-Score. Derive their formulas and explain when each metric is most important.

10

Given a confusion matrix with , , , , calculate Accuracy, Precision, Recall, and F1-Score.

11

Explain the FP-Growth Algorithm. How does it improve upon the Apriori algorithm using the FP-Tree structure?

12

What is a Frequent Itemset, Closed Frequent Itemset, and Maximal Frequent Itemset? Distinguish between them with examples.

13

Explain Associative Classification. Describe the CBA (Classification Based on Associations) algorithm and its working.

14

Describe the various objective interestingness measures for evaluating patterns beyond support and confidence. Explain all_confidence, cosine, and Kulczynski measures.

15

What is the class imbalance problem in classification? Why is accuracy an unreliable metric, and which metrics are preferred?

16

Explain the concept of market basket analysis with an example. How does it help retailers in decision-making?

17

Distinguish between single-dimensional and multi-dimensional association rules. Also explain multi-level association rules.

18

Explain cross-validation as a model evaluation technique. Describe k-fold cross-validation and its advantages.

19

What is discriminative frequent pattern-based classification? Explain the role of feature selection measures like Information Gain and Fisher Score.

20

Consider a transaction database with 4 transactions: , , , . With minimum support = 50%, find all frequent itemsets and generate association rules with confidence for the rule .