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

FEAT PuffinnLSH #45

Closed VarIr closed 4 years ago

VarIr commented 4 years ago

Due to upstream improvements in puffinn, should now work on MacOS. Also, the num_threads argument has been removed from Index.rebuild().

codecov-io commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@0e1d230). Click here to learn what that means. The diff coverage is 69.04%.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop      #45   +/-   ##
==========================================
  Coverage           ?   98.59%           
==========================================
  Files              ?       54           
  Lines              ?     4428           
  Branches           ?      493           
==========================================
  Hits               ?     4366           
  Misses             ?       37           
  Partials           ?       25
Impacted Files Coverage Δ
skhubness/utils/platform.py 55.55% <0%> (ø)
skhubness/neighbors/tests/test_lof.py 98.03% <100%> (ø)
skhubness/neighbors/base.py 95.37% <100%> (ø)
skhubness/neighbors/tests/test_lsh.py 96.42% <100%> (ø)
skhubness/neighbors/tests/test_neighbors.py 99.68% <100%> (ø)
skhubness/neighbors/lsh.py 92.57% <62.96%> (ø)

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 0e1d230...28c67c8. Read the comment docs.

VarIr commented 4 years ago

Closes #36