Jaime Hieu Do
Jaime Hieu Do
Does it make sense to move all NEW models into their categorization folder? ``` cornac |--- cornac |--- models |--- BPR |--- NCF |--- NextItem |--- GRU4Rec |--- NextBastket |---...
My thought on this is because of the `score()` function in `Recommender` class: https://github.com/PreferredAI/cornac/blob/57470771ede09e85df461525d33944c585b90a87/cornac/models/recommender.py#L192 where we only evaluate users one by one. Will doing batch user evaluation be faster for...