OGBBioKG

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

Bases: OGBLoader[BioKGTrainDict, BioKGEvalDict]

The OGB BioKG 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-biokg'

The name of the dataset to download