Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 698 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 698 Bytes

Theoretical and Empirical Insights into the Origins of Degree Bias in Graph Neural Networks

This repository is the official implementation of Theoretical and Empirical Insights into the Origins of Degree Bias in Graph Neural Networks.

Requirements

To install requirements, use the provided requirements.txt:

pip install -r requirements.txt

Experiments

To run our experiments, simply execute all the cells in generate-results.ipynb.

License

Some utilities code files are adapted from the PyTorch Geometric library; these files contain the appropriate copyright notices. All other code is written by the authors.