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

MAINT tqdm.auto to suppress warnings; package structure #6

Closed VarIr closed 5 years ago

VarIr commented 5 years ago

Using tqdm.auto instead of tqdm.autonotebook suppresses the ExperimentalWarning. Added Hubness to the analysis package.

codecov-io commented 5 years ago

Codecov Report

Merging #6 into master will increase coverage by <.01%. The diff coverage is 90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage   94.43%   94.43%   +<.01%     
==========================================
  Files          37       38       +1     
  Lines        3322     3324       +2     
  Branches      361      361              
==========================================
+ Hits         3137     3139       +2     
  Misses        128      128              
  Partials       57       57
Impacted Files Coverage Δ
hubness/reduction/scaling.py 80.43% <100%> (ø) :arrow_up:
hubness/reduction/mutual_proximity.py 96.42% <100%> (ø) :arrow_up:
hubness/analysis/__init__.py 100% <100%> (ø)
hubness/neighbors/lsh.py 69.82% <80%> (ø) :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 99ae3ab...a16c75d. Read the comment docs.