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
Procedure
  1. Click the 1_experiment_train.ipynb node.

    Select Node 1
  2. In the Properties panel, click the Node Properties tab.

  3. Scroll down to the File Dependencies section and then click Add.

    Add File Dependency
  4. Set the value to data/*.csv which has the data to train your model.

  5. Select the Include Subdirectories option.

    Set File Dependency Value
  6. Save the pipeline.

Verification
  • The training file is a dependency of the first node in your pipeline.