OpenBioLinkF2

class OpenBioLinkF2(create_inverse_triples=False, eager=False)[source]

Bases: pykeen.datasets.base.PackedZipRemoteDataset

The PyKEEN Second Filtered OpenBioLink 2020 Dataset.

Initialize dataset.

Parameters
  • url – The url where to download the dataset from

  • name – The name of the file. If not given, tries to get the name from the end of the URL

  • cache_root – An optional directory to store the extracted files. Is none is given, the default PyKEEN directory is used. This is defined either by the environment variable PYKEEN_HOME or defaults to ~/.pykeen.

  • eager (bool) – Should the data be loaded eagerly? Defaults to false.

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