The official implement of GE-GNN: Gated Edge-augmented Graph Neural Network for Fraud Detection on IEEE Transactions on Big Data
- please unzip all compress files
- make file named result
- run main.py
We offer preprocessed dataset already, if you want to preprocess the original dataset, please run data_preprocess.py
- python==3.9.18
- pytorch==1.13.0
- scipy==1.9.3
- sklearn==1.3.0
- tqdm==4.65.0
- dgl==1.1.2.cu116
- networkx==2.7
- numpy==1.26.4
- pyg==2.3.1
- pandas==2.2.1