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

update evaluation logic #90

Closed shenweichen closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 89.91% // Head: 89.88% // Decreases project coverage by -0.03% :warning:

Coverage data is based on head (79d115b) compared to base (a141bd3). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release #90 +/- ## =========================================== - Coverage 89.91% 89.88% -0.04% =========================================== Files 12 12 Lines 942 939 -3 =========================================== - Hits 847 844 -3 Misses 95 95 ``` | Flag | Coverage Δ | | |---|---|---| | pytest | `89.88% <100.00%> (-0.04%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E6%B5%85%E6%A2%A6#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/shenweichen/DeepMatch/pull/90?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E6%B5%85%E6%A2%A6) | Coverage Δ | | |---|---|---| | [deepmatch/models/mind.py](https://codecov.io/gh/shenweichen/DeepMatch/pull/90/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E6%B5%85%E6%A2%A6#diff-ZGVlcG1hdGNoL21vZGVscy9taW5kLnB5) | `95.12% <ø> (-0.06%)` | :arrow_down: | | [deepmatch/models/sdm.py](https://codecov.io/gh/shenweichen/DeepMatch/pull/90/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E6%B5%85%E6%A2%A6#diff-ZGVlcG1hdGNoL21vZGVscy9zZG0ucHk=) | `96.05% <ø> (ø)` | | | [deepmatch/models/youtubednn.py](https://codecov.io/gh/shenweichen/DeepMatch/pull/90/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E6%B5%85%E6%A2%A6#diff-ZGVlcG1hdGNoL21vZGVscy95b3V0dWJlZG5uLnB5) | `96.96% <ø> (ø)` | | | [deepmatch/models/comirec.py](https://codecov.io/gh/shenweichen/DeepMatch/pull/90/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E6%B5%85%E6%A2%A6#diff-ZGVlcG1hdGNoL21vZGVscy9jb21pcmVjLnB5) | `95.55% <100.00%> (-0.10%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E6%B5%85%E6%A2%A6). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E6%B5%85%E6%A2%A6)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.