Replies: 1 comment
-
You don't need a
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a custom bipartite graph dataset with Users and Websites and edges with weights indicating session count. I want to classify websites into two classes (Suspicious/Not Suspicious), have labels in the dataset. I'm trying to implement this classification model with PyTorch Geometric and facing difficulty with building a custom PyG dataset(HeteroData) having labels to predict only for Websites. And which GNN model to use (SAGEConv)? Is there any example or tutorial with a similar problem implementation?
Beta Was this translation helpful? Give feedback.
All reactions