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

Example of a recommender system #8546

Merged
merged 108 commits into from
Feb 11, 2024
Merged

Conversation

pmpalang
Copy link
Contributor

@pmpalang pmpalang commented Dec 5, 2023

Hi Everyone,

I'm adding a recommender system example with the following salient features

  1. Dataset MovieLens – a heterogenous use case
  2. Demonstrates the use of edge based temporal sampling
  3. Visualization
    t-SNE based visualization (--visualize_emb)
  4. Uses torch_geometric.nn.pool.MIPSKNNIndex for getting recommedations
  5. Integration of the LinkPred metrics -- precision@k and ndcg@k

Thanks,
Poovaiah

pmpalang and others added 30 commits October 18, 2023 10:32
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
@rusty1s rusty1s added the feature label Jan 1, 2024
@rusty1s rusty1s enabled auto-merge (squash) February 11, 2024 11:25
@rusty1s rusty1s merged commit 123e38e into pyg-team:master Feb 11, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants