Replies: 1 comment 3 replies
-
https://github.com/pyg-team/pytorch_geometric/blob/master/examples/link_pred.py |
Beta Was this translation helpful? Give feedback.
3 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 am trying to make a GNN model for credit card fraud detection.
The graph that I built has users as nodes and the transactions as edges I want to label each edge as fraud or not but I am not able to find any example where edge label has been been predicted. I am not trying to do link prediction, I aldready have the edges I only want to classify them as fraud or not fraud.
Can someone help
Beta Was this translation helpful? Give feedback.
All reactions