This project was created when I and my team participated in a competition organized by Shopee.
There Two question the first one is to calculate the confidence values for all the association rules provided in the rules.csv file
The Second one is to match the Bank Statement IDs to the Checkout IDs
for the payment-match.ipynb
- bank_statement.csv
- checkout.csv
for the market-basket.ipynb
- association_order.csv
- rules.csv
for the payment-match.ipynb
- Numpy
- Pandas
- fuzzywuzzy
for the market-basket.ipynb
- pandas
- math