EagerInductiveDataset

class EagerInductiveDataset(transductive_training, inductive_inference, inductive_testing, inductive_validation=None, create_inverse_triples=True)[source]

Bases: pykeen.datasets.inductive.base.InductiveDataset

An eager inductive datasets.

Attributes Summary

create_inverse_triples

All datasets should take care of inverse triple creation

inductive_validation

A factory wrapping the validation triples, that share indices with the INDUCTIVE INFERENCE triples

Attributes Documentation

create_inverse_triples: bool = True

All datasets should take care of inverse triple creation

inductive_validation: Optional[pykeen.triples.triples_factory.CoreTriplesFactory] = None

A factory wrapping the validation triples, that share indices with the INDUCTIVE INFERENCE triples