-
The link prediction results based on embedding models in the paper are so high, why is the Hit@10 result of the TransE model only 0.47?
-
## š Bug
## To Reproduce
Steps to reproduce the behavior:
1. python temporal_link_prediction.py
```
Training in cpu-cuda mode.
Loading data
Downloading datasets/diginetica-r2ne.zip ā¦
-
Hi, author:
I notice that the code just be used to node classification. Could you please share the code about link prediction? Thank you very much!
-
Hi,
For link prediction, the last layer is linear. So the output is in the set R. However, the predicted adjacency of a node i should be in {0,1}. I suppose the output of the last layer should be sofā¦
-
With pruning off, incomplete paths will be saved. Does it make sense to try some link prediction to jump these gaps, say after supporting edges are completed? There are numerous link prediction algorā¦
-
Sorry, I reviewed the code carefully, and we cannot reproduce the results presented in the paper. Additionally, is it reasonable to use test set data during the information subgraph acquisition procesā¦
-
Title, flipping levers / opening linked doors feels bad.
-
![image](https://github.com/user-attachments/assets/a8b50c5d-25a5-411c-8a3f-2c0492854e11)
-
get_prediction outside tsa
current:
- OLS, linear_model: linear prediction with confidence and prediction interval
- code in `regression._prediction`
- GLM linear prediction and link.inversā¦
-
**Is your feature request related to a problem? Please describe.**
Addresses a limitation of the current method.
**Describe the solution you would like**
Possibly, a non-commutative feature cā¦