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

v0.2.0 #40

Closed shenweichen closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #40 into master will increase coverage by 4.46%. The diff coverage is 89.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
+ Coverage   83.89%   88.35%   +4.46%     
==========================================
  Files          11       11              
  Lines         745      747       +2     
==========================================
+ Hits          625      660      +35     
+ Misses        120       87      -33     
Flag Coverage Δ
#pytest 88.35% <89.47%> (+4.46%) :arrow_up:

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

Impacted Files Coverage Δ
deepmatch/layers/sequence.py 76.81% <66.66%> (ø)
deepmatch/inputs.py 88.23% <75.00%> (ø)
deepmatch/models/sdm.py 95.94% <75.00%> (ø)
deepmatch/layers/__init__.py 100.00% <100.00%> (ø)
deepmatch/layers/core.py 88.38% <100.00%> (+0.15%) :arrow_up:
deepmatch/models/dssm.py 100.00% <100.00%> (ø)
deepmatch/models/fm.py 100.00% <100.00%> (ø)
deepmatch/models/mind.py 92.75% <100.00%> (ø)
deepmatch/models/ncf.py 100.00% <100.00%> (+84.61%) :arrow_up:
deepmatch/models/youtubednn.py 96.87% <100.00%> (ø)
... and 3 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 ea69d9c...09a3447. Read the comment docs.