Description
In benchmark_utils.py and in many of the Jupyter notebook examples, the MAP@k metric computed and reported comes from the recommenders.evaluation.python_evaluation.map() function rather than map_at_k().
Expected behavior (i.e. solution)
Replace instances of map() with map_at_k() wherever the MAP@k metric is reported.
Willingness to contribute
Description
In
benchmark_utils.pyand in many of the Jupyter notebook examples, the MAP@k metric computed and reported comes from therecommenders.evaluation.python_evaluation.map()function rather thanmap_at_k().Expected behavior (i.e. solution)
Replace instances of
map()withmap_at_k()wherever the MAP@k metric is reported.Willingness to contribute