YAGO310

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

Bases: pykeen.datasets.base.TarFileRemoteDataSet

The YAGO3-10 data set is a subset of YAGO3 that only contains entities with at least 10 relations.

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.