TutteInstitute / vectorizers

Vectorizers for a range of different data types
BSD 3-Clause "New" or "Revised" License
93 stars 23 forks source link

Hid the token_dicts in Ngram and Skipgram Vectorizers #18

Closed cjweir closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #18 into master will increase coverage by 3.84%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   60.59%   64.44%   +3.84%     
==========================================
  Files           9        9              
  Lines        1784     1693      -91     
==========================================
+ Hits         1081     1091      +10     
+ Misses        703      602     -101     
Impacted Files Coverage Δ
vectorizers/_vectorizers.py 88.59% <100.00%> (-0.04%) :arrow_down:
vectorizers/tests/test_common.py 99.47% <0.00%> (ø)
vectorizers/distances.py 81.72% <0.00%> (+0.06%) :arrow_up:
vectorizers/optimal_transport.py 10.44% <0.00%> (+2.10%) :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 26a7029...20fd897. Read the comment docs.