Closed tosolveit closed 6 years ago
Interesting. This works with the movielens 100k dataset for me (running the movielens example included here:python examples/movielens.py --variant 100k
). Do you have source code to reproduce the problem?
Hi @benfred , I think It was my mistake, I fixed the error by changing parameters, probably it was related to gpu parameter and that caused the problem, you can close the issue, sorry for taking your time.
Hi, I have python 2.7.13 with the following packages:
When I want to fit a model with some parameters I get this error:
In the last line of the error output it says that ValueError is at row 3, when I run it different times I get this error for different rows in my data set, instead of using my data I tried using movie-lens 100k and got the similar error, In the source code comment says that it may happen due to missing regularization parameter, I'm sure that I pass the parameter, what might be the other possible problems? How can I solve this problem?
Thanks