1. Aprende
  2. /
  3. Cursos
  4. /
  5. Market Basket Analysis in R

Connected

Ejercicio

Redundant rules

Once you have extracted rules using the apriori() algorithm, your job is not yet quite finished. You need to find out redundant rules among the extracted ones and only retain the non-redundant rules. This is crucial given the large number of rules you could have extracted using the apriori() function.

Instrucciones 1/3

undefined XP
    1
    2
    3
  • Extract and inspect rules using the apriori() function with minimum support and confidence of 0.01 and 0.8 respectively.