EagerInductiveDataset

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

Bases: 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

Parameters
create_inverse_triples: bool = True

All datasets should take care of inverse triple creation

inductive_validation: Optional[CoreTriplesFactory] = None

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