divelab / DIG

A library for graph deep learning research
https://diveintographs.readthedocs.io/
GNU General Public License v3.0
1.86k stars 281 forks source link

Graph classification example for subgraphx #163

Closed TiyCHEN closed 1 year ago

TiyCHEN commented 1 year ago

Hi, Can I ask for a simple example code for Graph classification example for subgraphx? Such as use MUTAG or BA_2motif. Thanks a lot!

Oceanusity commented 1 year ago

Hello, you can refer to the benchmark code https://github.com/divelab/DIG/tree/dig-stable/benchmarks/xgraph It contains examples for graph classification task.