-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Enable implicit-feedback recommendation via one-class matrix factorization #1664
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
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
cf65b62
Sync with the latest LIBMF to enable implicit-feedback recommendation
wschin 17729d3
Fix pointer alignment
wschin 4e0558e
Fix Mac build
wschin da132c3
Address comments and add a test
wschin 9e090c9
Increase tol
wschin 55630c7
Address comments and make a better doc for test
wschin 56e8f64
Polish
wschin 8d71835
Address comments
wschin 9ad7a38
Fix comments
wschin e34abb5
Trigger build
wschin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libmf
updated
21 files
+20 −0 | .appveyor.yml | |
+22 −0 | .travis.yml | |
+5 −4 | Makefile | |
+14 −3 | Makefile.win | |
+379 −100 | README | |
+1,382 −0 | demo/all_one_matrix.te.txt | |
+5,172 −0 | demo/all_one_matrix.tr.txt | |
+1,312 −0 | demo/binary_matrix.te.txt | |
+4,937 −0 | demo/binary_matrix.tr.txt | |
+40 −0 | demo/demo.bat | |
+58 −0 | demo/demo.sh | |
+0 −0 | demo/real_matrix.te.txt | |
+0 −0 | demo/real_matrix.tr.txt | |
+127 −23 | mf-predict.cpp | |
+205 −89 | mf-train.cpp | |
+3,950 −646 | mf.cpp | |
+18 −7 | mf.def | |
+59 −14 | mf.h | |
+ − | windows/mf-predict.exe | |
+ − | windows/mf-train.exe | |
+ − | windows/mf.dll |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.