Multiple antecedents and consequents
Market basket analysis revolves around the use of association rules, which are if-then statements about the relationship between two sets of items. The rule {coffee} \(\rightarrow\) {milk}, for instance, is read as "if coffee then milk," where coffee is the antecedent and milk is the consequent. Many rules have multiple antecedents and consequents. We will examine such rules in this exercise.
Este exercício faz parte do curso
Market Basket Analysis in Python
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
