Skip to content

[BUG] MAP metric reported in examples is not MAP@k #2309

@anargyri

Description

@anargyri

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

  • Yes, I can contribute for this issue independently.
  • Yes, I can contribute for this issue with guidance from Recommenders community.
  • No, I cannot contribute at this time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions