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

Modified predict to compute representations just once #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paoloRais
Copy link
Contributor

Modified predict so that the representations are computed only once for each user and item.

The same idea could be applied on predict_rank (I wanted to get your opinion first though).

I also added a method predict _score that accepts the same input as predict_rank, but is based on predict by unrolling the matrix as an array.

…score with same input as predict_rank, tests
@paoloRais
Copy link
Contributor Author

The appveyor fail is really strange, I wonder if it is due to the testing using Windows, since on Linux I can't replicate it.

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.

None yet

1 participant