FPMC
FPMC copied to clipboard
Python implementation of "Factorizing Personalized Markov Chains for Next-Basket Recommendation"
How to perform prediction for each user?
Hi Chi-Ruei Li, thanks for the amazing implementation of the paper! In the function _load_data_from_dir_ in _utils.py_ you use: `b_tm1 = list(set(l[1:-1]))` using a _set_ you change the order of...
Hello, I'd like to use your FPMC implementation in a commercial project. Is there any license, which determines copyrights for this repository? If not (at least I didn't find it...
Hello, Thank you for putting together this implementation from the paper. I had a couple of questions if you'd be open to answering them. 1. Data Structure --> for the...