FB15k237

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

Bases: pykeen.datasets.base.ZipFileRemoteDataSet

The FB15k-237 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.