/ShopeeNDSC2020-payment-match-and-market-basket

This project was created when I and my team participated in a competition organized by Shopee.

Primary LanguageJupyter Notebook

ShopeeNDSC2020-payment-match-and-market-basket

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

Dataset

for the payment-match.ipynb

  1. bank_statement.csv
  2. checkout.csv

for the market-basket.ipynb

  1. association_order.csv
  2. rules.csv

Requirements

for the payment-match.ipynb

  • Numpy
  • Pandas
  • fuzzywuzzy

for the market-basket.ipynb

  • pandas
  • math