AutoGL: A Library for Automated Graph Learning

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.

Cite

Text

Guan et al. "AutoGL: A Library for Automated Graph Learning." ICLR 2021 Workshops: GTRL, 2021.

Markdown

[Guan et al. "AutoGL: A Library for Automated Graph Learning." ICLR 2021 Workshops: GTRL, 2021.](https://mlanthology.org/iclrw/2021/guan2021iclrw-autogl/)

BibTeX

@inproceedings{guan2021iclrw-autogl,
  title     = {{AutoGL: A Library for Automated Graph Learning}},
  author    = {Guan, Chaoyu and Zhang, Ziwei and Li, Haoyang and Chang, Heng and Zhang, Zeyang and Qin, Yijian and Jiang, Jiyan and Wang, Xin and Zhu, Wenwu},
  booktitle = {ICLR 2021 Workshops: GTRL},
  year      = {2021},
  url       = {https://mlanthology.org/iclrw/2021/guan2021iclrw-autogl/}
}