FB15k

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

Bases: pykeen.datasets.base.TarFileRemoteDataSet

The FB15k data set.

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.