-
Notifications
You must be signed in to change notification settings - Fork 32
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
confused about dataset split #4
Comments
I have the same doubt. I am not sure why |
Hi, I agree with you and I think its a bug in the code. Initially, I wasn't able to run the code and thought it was probably some data issue, and I went back to change the code as follows. In preprocess.py
|
thanks for your advice~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, nice work about Variational Autoencoder on recommendation. However, I am confused about the method of data split which is the same way as 2018WWW-Variational autoencoders for collaborative filtering
In the
RecVAE/preprocessing.py
Line 60 in 8b9b2de
unique_uid
is the index of active user rather than theuid
(unique_uid['userId']
). Owing to the filter operator before, someuserId
are moved out. Then some validuserId
at the end will not be considered if we adopt the index ofuser_activity
rather than the actualuid
. I guess it might be a error or is there any other meaning of that?Looking forward to your reply, Thanks.
Best.
The text was updated successfully, but these errors were encountered: