recpack icon indicating copy to clipboard operation
recpack copied to clipboard

GitHub Mirror of RecPack: Experimentation Toolkit for Top-N Recommendation (see https://gitlab.com/recpack-maintainers/recpack)

Results 5 recpack issues
Sort by recently updated
recently updated
newest added

Hi, I'm one of the authors of [SANSA](https://dl.acm.org/doi/10.1145/3604915.3608827) and we'd like to ask you if we could add our model to your framework. The [official implementation](https://github.com/glami/sansa) of our model is...

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