Dimitris Paraschakis

Results 4 issues of Dimitris Paraschakis

Scenarios currently cover single train-test-validation splits. It would be nice to have a mechanism for cross-validation as well.

question

Just reporting that the Random recommender has the same issue as in #4. As an alternative, I want to share my implementation of the Random recommender, which I found to...

I might be wrong, but by looking at the code of Popularity recommender, it seems that it recommends the same set of items to every user. It is actually stated...

question

A minor thing that could be an issue for smaller datasets. Since the default value for K is 200 for popularity recommender, it will fail with a ValueError if the...

bug