heterogeneous graphs from own datasets, explainer #8380
-
Sorry to bother you all, I've recently been building a heterogeneous graph using my own dataset and trying to add interpretability to the model.The data set contains user characteristics, product characteristics, invitation relationships between users, and transaction relationships between users and products.The heterogeneous graph data is as follows:
I don't know if it's wrong to build a heterogeneous graph model like this, because the loss decreases during training, but the f1 index stays the same? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
now i update my model,andNegative sampling has been added, and the model has started training. The model is as follows:
But when I connected to the heterogeneous graph interpreter, the following error occurred:
TypeError Traceback (most recent call last)
I'm not very familiar with the heterogeneous graph interpreter, can you help me explain this error? Thank you so much |
Beta Was this translation helpful? Give feedback.
Please note that your model should be defined as