A collection of transactional records of various television shows watched together by groups of people. It provides a categorical mapping of program titles designed for discovering patterns through association rule learning.
Use Cases
- Extract association rules between TV shows using the Apriori algorithm to find high-confidence pairings
- Calculate the support and lift of specific program combinations to identify trending co-viewed content
- Build a recommendation model based on the frequent itemsets of TV show titles found in the viewing logs
Strengths
- Transactional data format containing lists of TV show titles per viewing session
- Focuses on co-occurrence data for association rule mining
- Includes diverse television program categories as the primary entities