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

Is there a bug in ITEMKNN? #146

Closed
statusrank opened this issue Mar 4, 2019 · 2 comments
Closed

Is there a bug in ITEMKNN? #146

statusrank opened this issue Mar 4, 2019 · 2 comments

Comments

@statusrank
Copy link

I think in RecQ/algorithm/rating/ItemKNN.py 61rows about " if i1 <> i2" ? what does this means?

@Coder-Yu
Copy link
Owner

Coder-Yu commented Mar 4, 2019

it equals '!=' (is not or not equal to)
Basic grammar of Python 2. May be I should use '!=' instead for easily understanding.

@Coder-Yu Coder-Yu closed this as completed Mar 4, 2019
@statusrank
Copy link
Author

it equals '!=' (is not or not equal to)
Basic grammar of Python 2. May be I should use '!=' instead for easily understanding.

Got it ,Sorry!
I am not good at py2.7,i usually use py3.7.
Thanks a lot for your reply and sharing!

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

No branches or pull requests

2 participants