This document provides an overview of descriptive modeling techniques in data mining. It defines descriptive modeling as analyzing past data to gain insights rather than predicting future events. Key techniques discussed include association rule mining to discover relationships between variables, and clustering to group similar objects together. The document outlines different clustering algorithms like k-means, hierarchical, and density-based clustering. It also discusses pros and cons of descriptive modeling, such as the abundance of algorithms but difficulty in evaluating quality.
Related topics: