Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement DeepFM #728

Merged
merged 22 commits into from
Aug 19, 2023
Merged

feat: implement DeepFM #728

merged 22 commits into from
Aug 19, 2023

Conversation

zhenghaoz
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Jul 16, 2023

Codecov Report

Patch coverage: 69.93% and project coverage change: +0.02% 🎉

Comparison is base (634d24d) 70.23% compared to head (8deb4e8) 70.26%.

❗ Current head 8deb4e8 differs from pull request most recent head fbe83c9. Consider uploading reports for the commit fbe83c9 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #728      +/-   ##
==========================================
+ Coverage   70.23%   70.26%   +0.02%     
==========================================
  Files          65       65              
  Lines       12279    12502     +223     
==========================================
+ Hits         8624     8784     +160     
- Misses       2870     2911      +41     
- Partials      785      807      +22     
Files Changed Coverage Δ
config/config.go 72.90% <ø> (ø)
master/master.go 1.14% <0.00%> (-0.02%) ⬇️
model/click/unified_index.go 91.00% <0.00%> (-1.86%) ⬇️
server/rest.go 76.24% <0.00%> (-0.66%) ⬇️
worker/worker.go 66.08% <31.57%> (-0.98%) ⬇️
model/click/model.go 76.98% <53.84%> (-1.50%) ⬇️
base/encoding/encoding.go 73.80% <60.00%> (+1.30%) ⬆️
model/click/deepfm.go 83.41% <79.91%> (+2.04%) ⬆️
model/click/evaluator.go 86.51% <100.00%> (ø)
model/params.go 94.31% <100.00%> (+0.72%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zhenghaoz zhenghaoz changed the title implement DeepFM feat: implement DeepFM Jul 18, 2023
@zhenghaoz zhenghaoz marked this pull request as ready for review August 19, 2023 12:33
@zhenghaoz zhenghaoz merged commit 6821049 into master Aug 19, 2023
7 of 9 checks passed
@zhenghaoz zhenghaoz deleted the deepfm branch August 19, 2023 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant