WN18RR

class WN18RR(cache_root=None, **kwargs)[source]

Bases: pykeen.datasets.base.TarFileRemoteDataset

The WN18-RR dataset.

Initialize dataset.

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

  • cache_root (Optional[str]) – 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 – Should the data be loaded eagerly? Defaults to false.

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