Combined Node Regression and Classification on the Same Graph

Hi,

I am new to the field of Graph neural networks, and I was just wondering is it possible to do regression on some nodes of the graph and classification on others?

Of course! You can define two loss terms (one for classification, one for regression) and optimize for a combined objective function.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.