PyGDebias
Open-source Library PyGDebias: Graph Datasets and Fairness-Aware Graph Mining Algorithms
File Explorer
Download Latest Version (.zip)- codeql.yml
- pylint.yml
- python-app.yml
- testing-cron.yml
- testing.yml
- contribute.md
- pygdebias.jpg
- pygdebias.png
- examples.py
- __init__.py
- datasets.py
- __init__.py
- CrossWalk.py
- EDITS.py
- FairEdit.py
- FairGNN.py
- FairVGNN.py
- FairWalk.py
- GEAR.py
- GNN.py
- GNN_cf.py
- GNN_individual.py
- GUIDE.py
- InFoRM_GNN.py
- NIFTY.py
- NIFTY_cf.py
- RawlsGCN.py
- REDRESS.py
- UGE.py
- __init__.py
- metrics.py
- __init__.py
- test_data.py
- test_o.py
- __init__.py
- .gitignore
- CODE_OF_CONDUCT.md
- LICENSE
- MANIFEST.in
- README.md
- requirements.txt
- setup.cfg
- setup.py
# Installation Guide
git clone https://github.com/yushundong/PyGDebias
Downloads the entire project code from GitHub to your computer.
cd PyGDebias
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install torch==1.12.0+cu116 -f https://download.pytorch.org/whl/torch_stable.html
Installs the package published on PyPI directly — no need to clone the source.
pip install PyGDebias/ -f https://data.pyg.org/whl/torch-1.12.0%2Bcu116.html -f https://download.pytorch.org/whl/torch_stable.html -f https://data.dgl.ai/wheels/cu116/repo.html -f https://data.dgl.ai/wheels-test/repo.html
Installs the package published on PyPI directly — no need to clone the source.
pip install pygdebias==1.1.1 -f https://data.pyg.org/whl/torch-1.12.0%2Bcu116.html -f https://download.pytorch.org/whl/torch_stable.html -f https://data.dgl.ai/wheels/cu116/repo.html -f https://data.dgl.ai/wheels-test/repo.html
Installs the package published on PyPI directly — no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install torch==1.12.0+cu116 -f https://download.pytorch.org/whl/torch_stable.html
Installs the package published on PyPI directly — no need to clone the source.
pip install PyGDebias/ -f https://data.pyg.org/whl/torch-1.12.0%2Bcu116.html -f https://download.pytorch.org/whl/torch_stable.html -f https://data.dgl.ai/wheels/cu116/repo.html -f https://data.dgl.ai/wheels-test/repo.html
Installs the package published on PyPI directly — no need to clone the source.
pip install pygdebias==1.1.1 -f https://data.pyg.org/whl/torch-1.12.0%2Bcu116.html -f https://download.pytorch.org/whl/torch_stable.html -f https://data.dgl.ai/wheels/cu116/repo.html -f https://data.dgl.ai/wheels-test/repo.html
Installs the package published on PyPI directly — no need to clone the source.
- [3.2 `pip`](#32-pip)
Type this command into your terminal and run it.
Pulled directly from this repo's README.
