VarIr / scikit-hubness

A Python package for hubness analysis and high-dimensional data mining
BSD 3-Clause "New" or "Revised" License
44 stars 9 forks source link

TST NGTTransformer unit tests; minor improvements #95

Closed VarIr closed 2 years ago

VarIr commented 2 years ago

Closes #89

codecov[bot] commented 2 years ago

Codecov Report

Merging #95 (775c15a) into main (76f2aa7) will increase coverage by 2.34%. The diff coverage is 86.36%.

@@            Coverage Diff             @@
##             main      #95      +/-   ##
==========================================
+ Coverage   85.40%   87.75%   +2.34%     
==========================================
  Files          34       34              
  Lines        2487     2531      +44     
  Branches      300      304       +4     
==========================================
+ Hits         2124     2221      +97     
+ Misses        333      279      -54     
- Partials       30       31       +1     
Impacted Files Coverage Δ
skhubness/neighbors/tests/test_nmslib.py 88.76% <ø> (ø)
skhubness/neighbors/tests/test_ngt.py 93.63% <85.24%> (ø)
skhubness/neighbors/_ngt.py 94.08% <100.00%> (+31.99%) :arrow_up:
skhubness/neighbors/tests/test_puffinn.py 78.74% <100.00%> (ø)

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 76f2aa7...775c15a. Read the comment docs.