LinkPrediction-on-Directed-Signed-Graph
This is the course project of AI3602: Data Mining of SJTU.
Group Members include Jinghao Feng, Mingyang Jiang and Wenzhong Zheng.
File Structure
src includes:
main.py: main function of our model
parse_set.py: script to parse dataset
plot.py & plot2.py: script to draw plots of experiment results
data includes:
wiki-RfA.txt: zip of raw data (unzip before using)
parsed.csv: structured dataset file (output of parse.py)
model: stores model parameters.
Do not run python files except main.py .