InductiveFB15k237
- class InductiveFB15k237(version: str = 'v1', **kwargs)[source]
Bases:
UnpackedRemoteDisjointInductiveDataset
The inductive FB15k-237 dataset in 4 versions.
Initialize a particular version of a dataset (out of 4) from [teru2020].
- Parameters:
version (str) – v1 / v2 / v3 / v4 , differ in the sizes of train and inductive inference graphs
kwargs – keyword arguments passed to
pykeen.datasets.base.UnpackedRemoteDataset
.