A Python implementation of LightFM, a hybrid recommendation algorithm.
-
Updated
Feb 9, 2021 - Python
Add a description, image, and links to the recommender-system topic page so that developers can more easily learn about it.
To associate your repository with the recommender-system topic, visit your repo's landing page and select "manage topics."
Came up in jfkirk/tensorrec#31
It would be nice to have an arg to re-order the batches every epoch while fitting.
shuffle_batchesarg tofit()andfit_partial()that shuffles the batch order every epoch if True