MENU

Fun & Interesting

Mastering Association Rule Learning in R with the Apriori Algorithm

Data Heroes 7,497 4 years ago
Video Not Working? Fix It Now

Get here the Apriori script with extra content: https://data-heroes-2.ck.page/apriori To access my secret discount portal: https://linktr.ee/diogoalvesderesende Apriori is an algorithm for frequent item set mining and association rule learning over relational databases. It proceeds by identifying the frequent individual items in the database and extending them to larger and larger item sets as long as those item sets appear sufficiently often in the database. The frequent item sets determined by Apriori can be used to determine association rules which highlight general trends in the database: this has applications in domains such as market basket analysis.

Comment