Specifying the training file as a dependency
Set node properties in your pipeline to specify the training file as a dependency.
If you do not set this file dependency, the file is not included in the node when it runs and the training job fails. |
Prerequisites
-
You added two nodes to your pipeline as described in Adding nodes to your pipeline.
Procedure
-
Click the
1_experiment_train.ipynb
node. -
In the Properties panel, click the Node Properties tab.
-
Scroll down to the File Dependencies section and then click Add.
-
Set the value to
data/*.csv
which has the data to train your model. -
Select the Include Subdirectories option.
-
Save the pipeline.
Verification
-
The training file is a dependency of the first node in your pipeline.