LazyInductiveDataset
- class LazyInductiveDataset[source]
Bases:
InductiveDataset
An inductive dataset that has lazy loading.
Attributes Summary
The inductive inference triples factory.
The testing triples factory that share indices with the INDUCTIVE INFERENCE triples factory.
The validation triples factory that shares indices with the INDUCTIVE INFERENCE triples factory.
The training triples factory.
Attributes Documentation
- inductive_inference: CoreTriplesFactory
The inductive inference triples factory. MIGHT or MIGHT NOT share indices with the transductive train.
- inductive_testing: CoreTriplesFactory
A factory wrapping the testing triples, that share indices with the INDUCTIVE INFERENCE triples
- inductive_validation: CoreTriplesFactory | None
A factory wrapping the validation triples, that share indices with the INDUCTIVE INFERENCE triples
- transductive_training: CoreTriplesFactory
A factory wrapping the training triples