This document describes a study that uses data mining techniques to identify risk factors for heart disease. The researchers apply frequent itemset mining to a dataset from the UCI Machine Learning Repository containing medical records. The goal is to extract frequent itemsets from the data based on a minimum support threshold. These frequent itemsets can then be used to determine attributes that are risk factors for heart disease. The proposed method does not require a training phase and can directly extract risk factor patterns from the data. This could help medical practitioners identify patients at high risk and make early diagnostic decisions. The researchers implement their approach in four steps: data collection, preprocessing to handle missing values and data formatting, data transformation to binary values, and frequent itemset generation to identify