gli.task
gli.task
module.
The gli.task
module contains task classes allowed by GLI and utilities for
loading them during runtime. Directly using the classes in this module is still
experimental. Users are encouraged to use the gli.task.read_gli_task()
to load tasks from files instead.
See details of GLI file-based task format in GLI Data and Task File Formats.
Base Class
The basic GLI task class for creating graph learning tasks. |
Utility Function
Read a local GLI task file and return a task object. |
Available Tasks
Node classification task, alias. |
|
Node regression task, alias. |
|
Graph classification task, alias. |
|
Graph regression task, alias. |
|
Link prediction task. |
|
Time dependent link prediction task. |
|
Knowledge graph entity prediction task. |
|
Knowledge graph relation prediction task. |