This project performs a market basket anlysis on a unstructured groceries dataset using the Apriori algorithm with python
Files included
groceries.csv this si the dataset from kaggle that contains market transactions
how to run
1 install required librarys and get a python code editor pip install pandas mlxtend
run the pythin script
python Market_basket.py