OGBWikiKG

class OGBWikiKG(cache_root=None, create_inverse_triples=False)[source]

Bases: pykeen.datasets.ogb.OGBLoader

The OGB WikiKG dataset.

Initialize the OGB loader.

Parameters
  • cache_root (Optional[str]) – An optional override for where data should be cached. If not specified, uses default PyKEEN location with pystow.

  • create_inverse_triples (bool) – Should inverse triples be created? Defaults to false.

Attributes Summary

name

The name of the dataset to download

Attributes Documentation

name: ClassVar[str] = 'ogbl-wikikg'

The name of the dataset to download