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.22k stars 530 forks source link

Wangzhe dev #23

Closed wangzhegeek closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #23 into master will decrease coverage by 0.90%. The diff coverage is 82.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
- Coverage   83.96%   83.06%   -0.91%     
==========================================
  Files           8       11       +3     
  Lines         368      744     +376     
==========================================
+ Hits          309      618     +309     
- Misses         59      126      +67     
Flag Coverage Δ
#pytest 83.06% <82.18%> (-0.91%) :arrow_down:
Impacted Files Coverage Δ
deepmatch/layers/sequence.py 66.66% <66.66%> (ø)
deepmatch/layers/interaction.py 82.17% <82.17%> (ø)
deepmatch/models/sdm.py 96.00% <96.00%> (ø)
deepmatch/layers/__init__.py 100.00% <100.00%> (ø)

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 cc8c1a9...134e30a. Read the comment docs.