-
Hi, i'm working with the link prediction task and refer to your script Tutorial6.ipynb in the Colab to build GAE model. The model performance is OK for the test dataset (AUC: 0.7724, AP: 0.7693), but i got low AP and precision scores (AUC: 0.8661, AP: 0.0249) when i try to calculate for training dataset. It means that there are lots of false positive sample, and the probability of some negative edges is even higher than that of positive edges according to model output. Did something go wrong? Code
model output
I used the code as follow to calculate auc and ap scores for training dataset.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
What's the training AUC and AP during model training/after each epoch? |
Beta Was this translation helpful? Give feedback.
What's the training AUC and AP during model training/after each epoch?