yihong-chen / DREAM

rnn based model for recommendations
MIT License
90 stars 43 forks source link

Market Basket Analysis (MBA) with Apriori or FP-Growth algorithms #7

Closed jolasman closed 5 years ago

jolasman commented 5 years ago

Hi! I am new to the MBA, and I found your repo. Do you think your DREAM implementation gives better results than the Apriori or FP-Growth algorithm?

Thanks in advance :)

yihong-chen commented 5 years ago

I didn't compare DREAM with the frequent set based methods. In terms of the personalized basket prediction, DREAM may be better because the Apriori focuses on the general pattern among all users while DREAM attempts to capture the purchase pattern for individual users.