Association rules are used to find relationships between variables in large databases.
The aim is to discover patterns and rules that can predict the occurrence of an item based on the
occurrence of other items in the transaction.
Classification: Classification is a type of data analysis that extracts models describing important
data classes or concepts. The goal of classification is to accurately predict the target class for each
case in the data.
Regression: Regression seeks to model the relationship between variables by fitting a curve or
line to data points. It is used for prediction and forecasting, where its output is continuous.
Summarization: Data summarization techniques provide an overview of general trends in the
data. They include techniques such as aggregation, sampling
Related topics: