sisaman/LPGNN

Doesn't the algorithm perturb the Y_tags?

WangKingom opened this issue · 2 comments

y_train and y_val are perturbed, but not y_test as we want to test whether the model can predict the true labels despite being trained on noisy labels.

Thank you for your prompt reply.