-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Recommender Systems by User-based Collaborative Filtering #483
Conversation
First time attending hacktoberfest 2024, and this is my first PR, I hope everything goes well 😃 |
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.
Looks good, thanks!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #483 +/- ##
==========================================
+ Coverage 95.01% 95.02% +0.01%
==========================================
Files 254 255 +1
Lines 10570 10615 +45
Branches 1491 1497 +6
==========================================
+ Hits 10043 10087 +44
Misses 403 403
- Partials 124 125 +1 ☔ View full report in Codecov by Sentry. |
Please increase test coverage |
Hi @siriak , I just added some test cases to increase the test coverage percent Thanks for your help to review |
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.
Looks good, thanks!
This PR introduces a User-based Collaborative Filtering algorithm implemented in C#. The algorithm predicts a user's rating for a given item based on ratings from other users with similar preferences. The main components of this PR include
CollaborativeFiltering included: