🗒️❓ Optional evaluation for pipeline#919
Conversation
|
the pipeline has become a proper frankenstein monster at this point |
It might be worth to try to separate the resolution logic from running training / evaluation. |
# Conflicts: # src/pykeen/pipeline/api.py # tests/test_pipeline.py
|
I am still skeptical of making evaluation optional. I like that the pipeline does exactly one thing, and if you want to roll your own with different functionality, there is a tutorial at https://pykeen.readthedocs.io/en/stable/tutorial/first_steps.html#beyond-the-pipeline that makes it pretty simple It doesn't help that this PR also has big refactoring that isn't obviously relevant to making evaluation optional |
The |
This PR works towards making the evaluation in the
pipelinefunction optional.