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

Preparation for 0.21.0a8 #31

Closed VarIr closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #31 into develop will increase coverage by 1.71%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #31      +/-   ##
===========================================
+ Coverage    97.07%   98.79%   +1.71%     
===========================================
  Files           54       54              
  Lines         4380     4384       +4     
  Branches       484      485       +1     
===========================================
+ Hits          4252     4331      +79     
+ Misses          90       28      -62     
+ Partials        38       25      -13
Impacted Files Coverage Δ
skhubness/neighbors/classification.py 100% <ø> (ø) :arrow_up:
skhubness/neighbors/unsupervised.py 100% <ø> (ø) :arrow_up:
skhubness/neighbors/regression.py 100% <ø> (ø) :arrow_up:
skhubness/neighbors/lof.py 100% <ø> (ø) :arrow_up:
skhubness/__init__.py 100% <100%> (ø) :arrow_up:
skhubness/utils/io.py 100% <100%> (ø) :arrow_up:
skhubness/utils/tests/test_io.py 100% <100%> (ø) :arrow_up:
skhubness/neighbors/base.py 95.37% <0%> (+0.97%) :arrow_up:
skhubness/neighbors/tests/test_lsh.py 96.2% <0%> (+1.26%) :arrow_up:
skhubness/neighbors/tests/test_neighbors.py 99.68% <0%> (+1.8%) :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 22f2cf8...c2508cd. Read the comment docs.

lgtm-com[bot] commented 4 years ago

This pull request fixes 1 alert when merging c2508cd2f2269d1fe97d802fc2c42f178045aa26 into 22f2cf86c90c6f57fad9e90f708a98a2ffbe05b6 - view on LGTM.com

fixed alerts:

VarIr commented 4 years ago

Closes #23