maciejkula / spotlight

Deep recommender models using PyTorch.
MIT License
2.97k stars 421 forks source link

Add 'min' mode to the MRR scores #113

Open elanmart opened 6 years ago

elanmart commented 6 years ago

Solves issue #91

I wasn't sure if this should be called min mode, since we take min(ranks), or max mode, since we take max(1 / ranks).