LazyDataset
- class LazyDataset[source]
Bases:
Dataset
A dataset whose training, testing, and optional validation factories are lazily loaded.
Attributes Summary
The testing triples factory that shares indices with the training triples factory.
The training triples factory.
The validation triples factory that shares indices with the training triples factory.
Attributes Documentation
- testing: CoreTriplesFactory
A factory wrapping the testing triples, that share indices with the training triples
- training: CoreTriplesFactory
A factory wrapping the training triples
- validation: CoreTriplesFactory | None
A factory wrapping the validation triples, that share indices with the training triples