{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Notebook 1: Use GraphStorm APIs for Building a Node Classification Pipeline\n", "\n", "This notebook demonstrates how to use GraphStorm's APIs to create graph machine learning pipelines. By playing with this notebook, users will be able to get familiar with GraphStorm APIs, hence further using them on their own tasks and models.\n", "\n", "In this notebook, we create a simple RGCN model and use it to conduct a node classification task on the ACM dataset created by the **[Notebook 0: Data Preparation](https://graphstorm.readthedocs.io/en/latest/api/notebooks/Notebook_0_Data_Prepare.html)**. \n", "\n", "