This is the course project of SJTU EE226 Massive Data Mining. We achieved 1st in the link prediction task and 4th in the node classification task.
Kaggle competition: Node classification:https://www.kaggle.com/c/EE226-2021spring-problem1. Link prediction:https://www.kaggle.com/c/EE226-2021spring-problem2.
You can install the environment needed with
conda env create -f py38.yaml
To get the result for node classification:
cd Nodeclassification
python votefinal.py
To get the result for link prediction:
cd Linkprediction
sh linkpre.sh
[1] Kipf & Welling, Semi-Supervised Classification with Graph Convolutional Networks, 2016