uclnlp / jack

Jack the Reader
MIT License
258 stars 82 forks source link

Fix KBP #358

Closed dirkweissenborn closed 6 years ago

dirkweissenborn commented 6 years ago

Renamed KBP to link prediction, which is a bit more specific

codecov-io commented 6 years ago

Codecov Report

Merging #358 into master will increase coverage by 0.48%. The diff coverage is 39.3%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #358      +/-   ##
==========================================
+ Coverage   47.35%   47.84%   +0.48%     
==========================================
  Files          87       89       +2     
  Lines        4992     4966      -26     
==========================================
+ Hits         2364     2376      +12     
+ Misses       2628     2590      -38
Impacted Files Coverage Δ
jack/readers/link_prediction/similarities.py 56.52% <ø> (ø)
jack/io/WN182jtr.py 0% <0%> (ø) :arrow_up:
jack/io/FB15K2jtr.py 0% <0%> (ø) :arrow_up:
jack/readers/classification/shared.py 81.87% <100%> (-0.13%) :arrow_down:
jack/core/data_structures.py 100% <100%> (ø) :arrow_up:
jack/core/output_module.py 89.47% <100%> (ø) :arrow_up:
jack/readers/link_prediction/scores.py 85.18% <100%> (ø)
jack/readers/link_prediction/models.py 99.01% <100%> (ø)
jack/readers/implementations.py 83.62% <100%> (+0.58%) :arrow_up:
jack/eval/extractive_qa.py 80% <25%> (ø)
... and 8 more

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 2ae79ea...8f9ab6e. Read the comment docs.