Closed VarIr closed 5 years ago
Merging #6 into master will increase coverage by
<.01%
. The diff coverage is90%
.
@@ 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.
Using
tqdm.auto
instead oftqdm.autonotebook
suppresses the ExperimentalWarning. AddedHubness
to theanalysis
package.