shenweichen / DeepMatch

A deep matching model library for recommendations & advertising. It's easy to train models and to export representation vectors which can be used for ANN search.
https://deepmatch.readthedocs.io/en/latest/
Apache License 2.0
2.19k stars 525 forks source link

v0.2.1 #78

Closed shenweichen closed 2 years ago

shenweichen commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #78 (fdd65e3) into master (6b059ca) will increase coverage by 0.78%. The diff coverage is 97.70%.

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
+ Coverage   88.35%   89.13%   +0.78%     
==========================================
  Files          11       14       +3     
  Lines         747      847     +100     
==========================================
+ Hits          660      755      +95     
- Misses         87       92       +5     
Flag Coverage Δ
pytest 89.13% <97.70%> (+0.78%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
deepmatch/layers/core.py 91.79% <96.55%> (+3.40%) :arrow_up:
deepmatch/__init__.py 100.00% <100.00%> (ø)
deepmatch/layers/__init__.py 100.00% <100.00%> (ø)
deepmatch/models/dssm.py 100.00% <100.00%> (ø)
deepmatch/models/fm.py 100.00% <100.00%> (ø)
deepmatch/models/mind.py 95.12% <100.00%> (+2.36%) :arrow_up:
deepmatch/models/sdm.py 95.94% <100.00%> (ø)
deepmatch/models/youtubednn.py 96.77% <100.00%> (-0.11%) :arrow_down:
deepmatch/utils.py 79.48% <0.00%> (ø)
... and 2 more

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 a8a84b6...fdd65e3. Read the comment docs.