-
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test/Microsoft.ML.Tests/TrainerEstimators/MatrixFactorizationTests.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR updates LIBMF used in ML.NET to the latest official master for adding a parallel coordinate descent method which solves one-class matrix factorization. It's a part of #1408 and the remaining tasks are OpenMP, SSE, and more formulations (current ML.NET treats LIBMF as a library for regression problem so that classification and ranking formulation are not allowed).