LazyDataset

class LazyDataset[source]

Bases: pykeen.datasets.base.Dataset

A dataset that has lazy loading.

Attributes Summary

testing

The testing triples factory that shares indices with the training triples factory.

training

The training triples factory.

validation

The validation triples factory that shares indices with the training triples factory.

Attributes Documentation

testing: pykeen.triples.triples_factory.TriplesFactory

The testing triples factory that shares indices with the training triples factory.

Return type

TriplesFactory

training: pykeen.triples.triples_factory.TriplesFactory

The training triples factory.

Return type

TriplesFactory

validation: pykeen.triples.triples_factory.TriplesFactory

The validation triples factory that shares indices with the training triples factory.

Return type

TriplesFactory