Adding nodes to your pipeline
Add some steps, or nodes, in your pipeline for the 1_experiment_train.ipynb
and 2_save_model.ipynb
notebooks.
Prerequisites
-
You created a pipeline file as described in title
Procedure
-
From the JupyterLab file-browser panel, drag the
1_experiment_train.ipynb
and2_save_model.ipynb
notebooks onto the pipeline canvas. -
Click the output port of
1_experiment_train.ipynb
and drag a connecting line to the input port of2_save_model.ipynb
. -
Save the pipeline.
Verification
-
Your pipeline has two nodes.