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

Fix: use old NGT as work-around #81

Closed VarIr closed 2 years ago

VarIr commented 2 years ago

Current NGT v1.14.1 might be broken. Try excluding this version, and see what happens.

codecov[bot] commented 2 years ago

Codecov Report

Merging #81 (f8119d3) into main (2f52ddd) will increase coverage by 3.69%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #81      +/-   ##
==========================================
+ Coverage   77.22%   80.92%   +3.69%     
==========================================
  Files          34       34              
  Lines        2393     2385       -8     
  Branches      287      287              
==========================================
+ Hits         1848     1930      +82     
+ Misses        524      433      -91     
- Partials       21       22       +1     
Impacted Files Coverage Δ
skhubness/neighbors/tests/test_onng.py 95.72% <ø> (+30.12%) :arrow_up:
skhubness/neighbors/_ngt.py 62.08% <0.00%> (+28.57%) :arrow_up:

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 2f52ddd...f8119d3. Read the comment docs.