Pipeline
The PyKEEN pipeline and related wrapper functions.
Functions
|
Run the pipeline with configuration in a JSON/YAML file at the given path. |
|
Run the pipeline with a configuration dictionary. |
|
Run the same pipeline several times from a configuration dictionary. |
|
Run the same pipeline several times from a configuration file by path. |
|
Train and evaluate a model. |
|
Plot the losses per epoch. |
|
Plot the evaluations during early stopping. |
|
Plot the reduced entities and relation vectors in 2D. |
|
Plot all plots. |
Classes
|
A dataclass containing the results of running |