https://github.com/Ling-Fei-Ren/mlcg-fd
https://github.com/Ling-Fei-Ren/mlcg-fd
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Ling-Fei-Ren/mlcg-fd
- Owner: Ling-Fei-Ren
- Created: 2024-06-30T13:40:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T14:07:19.000Z (10 months ago)
- Last Synced: 2024-07-03T01:24:41.125Z (10 months ago)
- Language: Python
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the official implementation for the following paper:
Don’t Ignore Heterogeneity and Heterophily: Multi-Network Collaborative Telecom Fraud Detection
Dependencies
----------------------
- pytorch 1.9.0
- dgl 0.8.1
- sympy
- argparse
- sklearnHow to run
The Tele-max and Tele-min datasets developed in the paper are on [google drive]([https://drive.google.com/drive/folders/1PpNwvZx_YRSCDiHaBUmRIS3x1rZR7fMr?usp=sharing](https://drive.google.com/drive/folders/1XKuWtnmxNEPWFNsgJpn8AGme6UZIP7o5?usp=sharing)). Download and unzip all files in the `dataset` folder.
--------------------------------```
python main.py```