Getting Started
Bring Your Own
Extending PyKEEN
Reference
AllPredictionDataset
pykeen.nn
Appendix
Bases: PredictionDataset
PredictionDataset
A dataset for predicting all possible triples.
Initialize the dataset.
num_entities (int) – the number of entities
num_relations (int) – the number of relations
kwargs – additional keyword-based parameters passed to PredictionDataset.__init__()
PredictionDataset.__init__()