Rating prediction taks in Recommender Systems. I have prepared a custom data set, and I applied models to predict rating which user gave to the item. I keep getting the results, where NDCG-5 is higher than NDCG-3. Is it really possible? Attached, I send file with the results per user.
I tried two libraries to calclulate NDCG with python:
- sklearn.metrics.ndcg_score
- tfr.keras.metrics.NDCGMetric
I expected that NDCG-5 will be lower. Instead, it is higher!