We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
for i, user, in enumerate(self.trainSet): 是否应该是改成for i, user, in enumerate(self.testSet):
The text was updated successfully, but these errors were encountered:
同问,这里是不是写错了
Sorry, something went wrong.
同问,我也感觉这边有错误
代码没错,他推荐的电影要先在训练集里面过一遍。去除掉用户之前看过的电影
No branches or pull requests
for i, user, in enumerate(self.trainSet): 是否应该是改成for i, user, in enumerate(self.testSet):
The text was updated successfully, but these errors were encountered: