recommenders
recommenders copied to clipboard
Removed unused training argument from the call method of the Ranking …
The training argument in the call method of the Ranking class is unused. It is confusing to leave it there as it has no effect. The Retrieval task also does not have a training argument in its call method so it is not there for consistency either.