InductiveNELL
- class InductiveNELL(version: str = 'v1', **kwargs)[source]
Bases:
UnpackedRemoteDisjointInductiveDataset
The inductive NELL 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
.