Skip to content

bartuolgun/Association-Rule-Based-Recommendation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Association-Rule-Based-Recommendation-System

Business Problem

The cart information of 3 different users is given below. Make the most suitable product recommendation for this cart information by using the association rule. Product recommendations can be one or more than one. Generate the association rules from the 2010-2011 Germany customers.

  • The id of the product in User 1's cart: 21987
  • The id of the product in User 2's cart: 23235
  • The id of the product in User 3's cart: 22747

About the Dataset

The dataset named Online Retail II includes online sales transactions of a UK-based retail company between 01/12/2009 and 09/12/2011. The company's product catalog includes souvenirs and it is known that most of its customers are wholesalers.

  • Invoice : Invoice No
  • StockCode: Product Code
  • Description: Product Name
  • Quantity: The quantity of product
  • InvoiceDate: Invoice Date
  • Price: Price per unit of the product
  • CustomerID: Unique ID of Customer
  • Country: Country Name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published