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

Test negative edge sampling #30

Closed
einbandi opened this issue Aug 1, 2022 · 1 comment
Closed

Test negative edge sampling #30

einbandi opened this issue Aug 1, 2022 · 1 comment

Comments

@einbandi
Copy link
Collaborator

einbandi commented Aug 1, 2022

Item-based sampling works, leading to functioning t-SNE. Check the same for negative edge sampling and UMAP.

@einbandi
Copy link
Collaborator Author

einbandi commented Aug 1, 2022

There is a bug concerning the sampling. The indices returned by the WeightedRandomSampler are in terms of the value list of the sparse relation matrix. This index must be converted into the proper row and column index first, and only then can the negative sampling commence.

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