GraphMETRO: Mitigating Complex Graph Distribution Shifts via Mixture of Aligned Experts (NeurIPS 2024)
We are working to release the complete code!
Please consider citing our paper:
@inproceedings{wu24graphmetro,
author = {Shirley Wu and
Kaidi Cao and
Bruno Ribeiro and
James Zou and
Jure Leskovec},
title = {GraphMETRO: Mitigating Complex Distribution Shifts in GNNs via Mixture of Aligned Experts},
booktitle = {NeurIPS},
year = {2024}
}
conda create -n graphmetro python=3.9
conda install pytorch==1.11.0 torchvision==0.12.0 torchaudio==0.11.0 cudatoolkit=11.3 -c pytorch
conda install pyg -c pyg
pip install pandas matplotlib networkx yacs seaborn torchmetrics ogb==1.3.6 munch dive-into-graphs