Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Supermarket dataset for Apriori algorithm

'I have to develop a software which is meant for Business Analyst of “Future Stores” Supermarket, the software performs the Association Rule Mining on given transitional data of supermarket sales transactions and prepares Discounting policy by preparing Combo. The software makes use of the data mining algorithms namely Apriori Algorithm. The Association Rules will be displayed in User friendly manner for generation of discounting policy based on positive association rules.'

From where can I get the supermarket dataset to check the Apriori algorithm which i have coded?

like image 243
blackhole Avatar asked Mar 17 '12 23:03

blackhole


1 Answers

To get a market dataset, you can go here : fimi.ua.ac.be/data/ and download the retail dataset.

It is an anonymized datasets of transactions from a belgian store.

It is perfect for testing Apriori or other frequent itemset mining and association rule mining algorithms.

like image 83
Phil Avatar answered Sep 17 '22 22:09

Phil