plot_question
#4740
Replies: 2 comments 12 replies
-
This is hard to tell just by looking at the loss. I suggest you make use of some additional metrics to judge the quality of your model, e.g., accuracy, F1-score, etc, and compare it to baselines as well. |
Beta Was this translation helpful? Give feedback.
12 replies
-
Thank you so much for everything. Sorry for my late reply, but I've had a lot going on. I'm looking at the GraphSage paper, and I'll implement this model to see if it can be improved. I'm thinking if it might help to have position encodings. I'll look into them, and send you anything new that comes up. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm training a GNN model using pytorch geometric for a regression problem. I'm using cross-validation. The mean plot for my target is the below one. Do you find it okay?
Thank you in advance for your time and consideration of my question.
Beta Was this translation helpful? Give feedback.
All reactions