Skip to content

wongzhenhao/ELGNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Model

Code for the paper Ensemble Learning for Graph Neural Networks. This paper proposes an ensembling method with Tree-structured Parzen Estimator (TPE) and achieving state-of-the-art performance on ogbl-ddi.

Quick Start

Here, we provide a quick start guide on how to reproduce the results.

Download the project and install the required dependencies.

git clone https://github.com/wongzhenhao/ELGNN.git
cd ELGNN
pip install -r requirements.txt

Run the Code

Execute the code/main.ipynb file for OGB dataset.

License

ELGNN is released under the MIT license. Further details can be found here.

Releases

No releases published

Packages

No packages published