AutoGL: A Library for Automated Graph LearningDownload PDF

Published: 01 Apr 2021, Last Modified: 22 Oct 2023GTRL 2021 PosterReaders: Everyone
Keywords: GNN, AutoML, HPO, Feature Engineering, Ensemble, library
TL;DR: We present AutoGL, the first library for automated machine learning on graphs, which is open-source, easy to use, and flexible to be extended.
Abstract: Recent years have witnessed an upsurge of research interests and applications of machine learning on graphs. Automated machine learning (AutoML) on graphs is on the horizon to automatically design the optimal machine learning algorithm for a given graph task. However, none of the existing libraries can fully support AutoML on graphs. To fill this gap, we present Automated Graph Learning (AutoGL), the first library for automated machine learning on graphs. AutoGL is open-source, easy to use, and flexible to be extended. Specifically, we propose an automated machine learning pipeline for graph data containing four modules: auto feature engineering, model training, hyper-parameter optimization, and auto ensemble. For each module, we provide numerous state-of-the-art methods and flexible base classes and APIs, which allow easy customization. We further provide experimental results to showcase the usage of our AutoGL library.
Poster: png
Community Implementations: [![CatalyzeX](/images/catalyzex_icon.svg) 1 code implementation](https://www.catalyzex.com/paper/arxiv:2104.04987/code)
1 Reply

Loading