divelab / wsdmcup2022

wsdmcup2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WSDM2022

DIVE@TAMU Solution for WSDM2022

Requirement

pip install -r requirements.txt

Experiment

Put all the csv data in a directory. Rename the data_path in reindex_A.py as the target data directory. Then run reindex_A.py. This is a file that re-indexes the node of dataset A.

We provide two shell files: runA.sh and runB.sh, and to run experiment on dataset A and B, we need to additionally specify data directory --dataset_path xxx in each shell file first.

Testing Results in Intermediate Testing Dataset

A B
AUC 0.58 0.86

About

wsdmcup2022

License:Apache License 2.0


Languages

Language:Python 99.7%Language:Shell 0.3%