VarIr / scikit-hubness

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

WIP Blind #15

Closed VarIr closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #15 into master will increase coverage by 0.25%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   97.62%   97.87%   +0.25%     
==========================================
  Files          46       46              
  Lines        3658     3762     +104     
  Branches      376      386      +10     
==========================================
+ Hits         3571     3682     +111     
+ Misses         53       48       -5     
+ Partials       34       32       -2
Impacted Files Coverage Δ
skhubness/reduction/tests/test_local_scaling.py 100% <ø> (ø) :arrow_up:
...khubness/reduction/tests/test_hubness_reduction.py 100% <100%> (ø) :arrow_up:
skhubness/neighbors/tests/test_lsh.py 100% <100%> (ø) :arrow_up:
skhubness/reduction/base.py 100% <100%> (+11.11%) :arrow_up:
skhubness/neighbors/tests/test_neighbors.py 99.78% <100%> (ø) :arrow_up:
skhubness/neighbors/base.py 95.32% <100%> (+0.13%) :arrow_up:
skhubness/neighbors/tests/test_hnsw.py 100% <100%> (ø) :arrow_up:
skhubness/reduction/dis_sim.py 100% <100%> (ø) :arrow_up:
skhubness/neighbors/lsh.py 97.56% <100%> (+1.03%) :arrow_up:
skhubness/neighbors/hnsw.py 100% <100%> (ø) :arrow_up:
... and 3 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 6f414b4...04de79e. Read the comment docs.