Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement NDCG@K measure (K=5,10). Fixes #72 #73

Merged
merged 1 commit into from
Mar 23, 2018
Merged

Implement NDCG@K measure (K=5,10). Fixes #72 #73

merged 1 commit into from
Mar 23, 2018

Conversation

osma
Copy link
Member

@osma osma commented Mar 23, 2018

No description provided.

@coveralls
Copy link

coveralls commented Mar 23, 2018

Coverage Status

Coverage increased (+0.02%) to 96.548% when pulling 4dcf48c on ndcg-at-k into f35b645 on master.

@codecov
Copy link

codecov bot commented Mar 23, 2018

Codecov Report

Merging #73 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
+ Coverage   96.52%   96.54%   +0.01%     
==========================================
  Files          27       27              
  Lines        1037     1043       +6     
==========================================
+ Hits         1001     1007       +6     
  Misses         36       36
Impacted Files Coverage Δ
annif/eval.py 98.11% <100%> (ø) ⬆️
tests/test_eval.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f35b645...4dcf48c. Read the comment docs.

@osma osma merged commit 2a34705 into master Mar 23, 2018
@osma osma deleted the ndcg-at-k branch March 28, 2018 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants