Save a dataset from a machine-learning quest

You can save result datasets from a machine-learning quest and reuse them in other quests. These datasets can be static or dynamic. The static datasets remain the same once they are saved. Dynamic datasets are overwritten every time the ML quest where it is set up for saving is executed.

Saving a static dataset

  1. Select a quest.
  2. Click Run. Let the quest finish.
  3. Click the output port of the activity that you want the result dataset saved from.
  4. Click Save.
  5. Specify a name.
  6. Optionally, specify a description.
  7. Click Save. The dataset is saved in the Datasets section and is ready to use.

Saving a dynamic dataset

  1. Select a quest.
  2. Drag and drop a Save as Dynamic Dataset activity from the Prepare Data catalog to the canvas.
  3. Connect the output port of the activity that you want the result dataset saved from as input to the Save as Dynamic Dataset activity.
  4. Select the Save as Dynamic Dataset activity.
  5. Click Create New to create a dynamic dataset.
  6. Specify a name for the dynamic dataset.
  7. Optionally, specify a description.
  8. Click Save to save the dynamic dataset and close the dialog box.
  9. Click Save.
  10. Click Run. Let the quest finish. The dynamic dataset is saved in the Datasets section and is ready to use. This dataset is overwritten every time the quest is run.