Skip to content

ymahlau/subgraphx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SubgraphX Reproducibility

Paper MLRC22 | Kaggle Notebook

Reproducing results from the SubgraphX paper including a full re-implementation of the SubgraphX algorithm in PyTorch-Geometric.

The author's implementation can be found here.

Installation

For our experiments we use parts of the DIG library which restricts compatibility. Therefore, we recommend the following installation process:

conda env create -f environment.yml
conda activate subgraphx

To run the scripts from the project's root directory, make its path available to python:

export PYTHONPATH=.

About

Reproducing results from the SubgraphX paper including a full re-implementation of the SubgraphX algorithm in PyTorch-Geometric

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages