Is there any example workflow as below?
I find this example view in KNIME learning course(L3).
But I think it doesn’t exist in KNIME hub example.
So I’d appreciate it if you could share this workflow.
Thanks for reaching out and asking about the CDDS KNIME extension.
I’m sharing some resources that I hope will help you use CDDS within KNIME Analytics Platform.
I think you have already done it, but since CDDS is a tricky concept, I highly recommend enrolling in this free course, which is well-documented and explains how to use CDDS with KNIME. Here are the links:
If I connect “Workflow Service Output” node after the workflow output port(black square)
and I call this workflow by using “Call workflow” node,
then I can’t find the workflow output port from this node.
So I’d appreciate it if you could share the example using the workflow output port.
Why do we use Workflow Service Output in the end of the training workflow when we want to deploy a prediction workflow via CDDS: Usually we would capture the prediction part and save it with the Workflow Writer node as a separate workflow. However, when we work on CDDS, this step can be automated by CDDS. What happens is:
Underlying CDDS workflow calls the training workflow and needs to collect its output via a Workflow Service Output node
The training workflow’s output should be the prediction workflow: this is why we use the Workflow Object ports in the Workflow Service Output node and supply the captured prediction workflow to it.
The CDDS then collects the prediction workflow and takes care of its creation in the correct location.
You can find an example in the course materials that Diego shared:
Regarding the examples you’re asking for: you can find similar workflows here but please note that the Experiment Tracking workflow is not a ready to use solution but a prototype that is still work-in-progress and is there just to give you an idea of a custom data app you can build for tracking.
Could you please tell me what are you trying to do? In case you’re going through the self-paced L3-CD course materials, you can send us the request to give you the access to the course Business Hub instance where the CDDS is already installed, you don’t need to install it. You will find the instructions to send the request in the course material. We would need a bit more details to understand what the issue is.