Fix truncated nDCG bug
This release fixes #309, a bug in which the nDCG metric was not correctly computed when k
is smaller than the recommendation list.
What's Changed
- Fix nDCG truncation bug (#309) by @mdekstrand in #310.
Full Changelog: 0.14.0...0.14.1