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

confused about split data #17

Open
junkangwu opened this issue Jul 23, 2021 · 0 comments
Open

confused about split data #17

junkangwu opened this issue Jul 23, 2021 · 0 comments

Comments

@junkangwu
Copy link

junkangwu commented Jul 23, 2021

Hi, nice work about Variational Autoencoder on recommendation. However, I am confused about the method of data split.
In the preprocessing.py,

unique_uid = user_activity.index

unique_uid is the index of active user rather than the uid (unique_uid['userId']). Owing to the filter operator before, some userId are moved out. Then some valid userId at the end will not be considered if we adopt the index of user_activity rather than the actual uid. I guess it might be a error or is there any other meaning of that?

Looking forward to your reply, Thanks.
Best.

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

1 participant