The task is to implement from scratch a system finding frequent itemsets (aka market-basket analysis), considering each movie as a basket and the actors as items.
Algorithms for Massive Datasets (AMD) -- Market-baskets analysis project
Repository from Github https://github.comSabaudian/AMD_Market_Basket_Analysis
The task is to implement from scratch a system finding frequent itemsets (aka market-basket analysis), considering each movie as a basket and the actors as items.
Algorithms for Massive Datasets (AMD) -- Market-baskets analysis project
MIT License