-
Notifications
You must be signed in to change notification settings - Fork 611
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
Can't use 'explain' method in class 'AlternatingLeastSquares' #646
Comments
Are you using the GPU model (like does |
Dear benfred, Thanks for the explanation, it works for me. Can I ask a further question: The |
Can the |
I have another question @benfred @ita9naiwa : |
I found in
implicit/cpu/als.py
the code :def explain(self, userid, user_items, itemid, user_weights=None, N=10)
But when I tried to use it I got error below:
AttributeError: 'AlternatingLeastSquares' object has no attribute 'explain'
I have pip installed the latest version of implicit but still does not work out. Can you help me clarify if I'm missing something?
The text was updated successfully, but these errors were encountered: