Skip to content
Snippets Groups Projects
Unverified Commit ae7ba860 authored by Jaime Hieu Do's avatar Jaime Hieu Do Committed by GitHub
Browse files

Fix .rank() method for multiple models (#615)

The new Recommender.rank() function adds k as required value, which breaks some models that do not use k in ranking evaluation (e.g., ComparER, EFM, LRPPM).

This commit updates .rank() for mentioned models with topK option.
parent cbdc8f24
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment