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

Fix EASE score function #660

Merged
merged 1 commit into from
Feb 15, 2025
Merged

Fix EASE score function #660

merged 1 commit into from
Feb 15, 2025

Conversation

matospiso
Copy link
Contributor

@matospiso matospiso commented Feb 15, 2025

Description

User-item scores should be computed using columns of B, not rows. B is not symmetric.

Related Issues

N/A

Checklist:

  • I have added tests.
  • I have updated the documentation accordingly.
  • I have updated README.md (if you are adding a new model).
  • I have updated examples/README.md (if you are adding a new example).
  • I have updated datasets/README.md (if you are adding a new dataset).

User-item score should be computed using columns of B, not rows. B is not symmetric.
@tqtg tqtg merged commit 167a212 into PreferredAI:master Feb 15, 2025
16 checks passed
@matospiso matospiso deleted the patch-1 branch February 15, 2025 23:51
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.

2 participants