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 ordering in .recommend for KNN models #629

Merged
merged 2 commits into from
Nov 21, 2022
Merged

Fix ordering in .recommend for KNN models #629

merged 2 commits into from
Nov 21, 2022

Conversation

benfred
Copy link
Owner

@benfred benfred commented Nov 21, 2022

#482 introduced a bug where the output of the knn models wasn't strictly ordered by score.

Fix this and add a test that would have caught this bug

#482 introduced a bug
where the output of the knn models wasn't strictly ordered by score.

Fix this and add a test that would have caught this bug
@benfred benfred merged commit 4254b6a into main Nov 21, 2022
@benfred benfred deleted the sparse_ordering branch November 21, 2022 19:13
@benfred benfred linked an issue Nov 21, 2022 that may be closed by this pull request
@benfred benfred added the bug label Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nearest Neighbour Models recommend items is not sorted
1 participant