Icon

Templates

This directory contains 8 workflows.

Icon01_​Init 

Init. This workflow will be the first one executed by the model factory. The workflow can be skipped by using the default workflow as provided here. […]

Icon02_​Load 

Load. This workflow will be the second one executed by the model factory. The workflow can be skipped by using the default workflow as provided here. […]

Icon03_​Transform 

Transform. This workflow will be the third one executed by the model factory. Here you can do data transformations. You also have to decide what is your […]

Icon04_​Learn 

Learn. This workflow is used for learning the model. It will get the input file as prepared by loading and transformation and output the path to the learned […]

Icon05_​Score 

Score. This workflow will score the test data using the provided test data set. Input: The input of the node contains the path to the test data […]

Icon06_​Evaluate 

Evaluate. This workflow will be always be executed after the score workflow. In case you don't want to have a dedicated evaluation workflow, you can skip […]

Icon06_​Evaluate_​take_​firstRowAndCell 

Evaluate. In case you don't want to have a dedicated evaluation workflow, you can use this workflow instelad. However, please make sure that the SCORE […]

Icon07_​Deploy 

Deploy. This last workflow is used for deploying the model. It will only be called when a new model is learned and should be deployed. It is not mandatory. […]