Separate training from inference more cleanly in Spaceflights? #3922
astrojuanlu
started this conversation in
Idea
Replies: 1 comment
-
Nice article, I agree with that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today I wanted to do a inference-only run with a Spaceflights project (see #3856) and I had to resort to this:
X_test
,y_test
in the catalog (and found a scikit-learn bug along the way Investigate why Spaceflights project failing withParallelRunner
#3674 (comment))kedro run --to-outputs=X_test,y_test,regressor
kedro run --from-nodes=evaluate_model_node
It would be good to rework our Spaceflights starters so that they follow an architecture that more closely resembles Hopsworks' FTI Pipeline model, which would in turn make it easier for users (and for ourselves) to see how could they
Beta Was this translation helpful? Give feedback.
All reactions