InductiveDataset
- class InductiveDataset[source]
Bases:
object
Contains transductive train and inductive inference/validation/test datasets.
Attributes Summary
All datasets should take care of inverse triple creation
A factory wrapping the validation triples, that share indices with the INDUCTIVE INFERENCE triples
Methods Summary
summarize
([title, show_examples, file])Print a summary of the dataset.
summary_str
([title, show_examples, end])Make a summary string of all of the factories.
Attributes Documentation
- inductive_validation: CoreTriplesFactory | None = None
A factory wrapping the validation triples, that share indices with the INDUCTIVE INFERENCE triples
Methods Documentation