CSSE386 Data Mining Exam 1 Review Study Guide

This study guide covers key concepts, techniques, and example questions to prepare for Exam 1 in your Data Mining course CSSE386. Review each section carefully and check the solutions at the end.


Allowed Material

  1. 1 sheet (2 sides) written notes
  2. 2 printed handouts (see under Resources)

1. Data Processing and Cleaning

Key Topics:

Example Questions:

  1. True/False: Normalization rescales data to a range of [0, 1].
  2. Fill in the Blanks: Imputing missing values is often preferred when the proportion of missing data is _____________. (hint: high or low)
  3. Multiple Choice: Which method is most appropriate for imputing missing numerical data?
    • a) Mean imputation
    • b) Mode imputation
    • c) Deleting the row
    • d) Using a median filter

2. Data Visualization

Key Topics:

Example Questions:

  1. Short Answer: What type of visualization is best suited to examine the distribution of numerical features?
  2. True/False: Box plots are used to visualize the relationship between two categorical variables.

3. Unsupervised Learning

Key Topics:

Example Questions:

  1. True/False: In K-means, clusters are initialized randomly.
  2. Multiple Choice: Which of the following measures is commonly used in K-means clustering?
    • a) Manhattan distance
    • b) Euclidean distance
    • c) Cosine similarity
    • d) Hamming distance
  3. Short Answer: What does a dendrogram represent in hierarchical clustering?

4. Supervised Learning

Key Topics:

Example Questions:

  1. True/False: Linear regression is sensitive to outliers.
  2. Fill in the Blanks: SVM is effective for _____________ data (hint: low or high dimensional).
  3. Multiple Choice: A typical value of k in k-NN is:
    • a) 0
    • b) 5
    • c) 2
    • d) 100

5. Confusion Matrix and Performance Metrics

Key Topics:

Example Questions:

  1. Fill in the Blanks: Recall is defined as the fraction of _____________ that are correctly predicted.
  2. True/False: The confusion matrix is applicable only to binary classification tasks.
  3. Problem: Given the following confusion matrix, identify TP, TN, FP, FN:
    Predicted Positive Predicted Negative
    Actual Positive 50 10
    Actual Negative 5 35
  4. Short Answer: Why might accuracy not be a reliable metric for imbalanced datasets?

6. Missing Data

Key Topics:

Example Questions:

  1. True/False: Imputation always improves the model performance.
  2. Fill in the Blanks: Dropping columns with missing values is effective when the proportion of missing data is _____________.

General Tips for Exam Preparation

  1. Review Lecture Notes: Focus on definitions, key formulas, and algorithms.
  2. Practice Problems: Solve problems similar to the examples provided here.
  3. Understand the Concepts: Avoid memorization; aim to understand the "why" behind each method.

Good luck with your exam preparation!


Answers