Icon

Lab 4

This directory contains 14 workflows.

Icon03 Flow Variables 

03 Flow Variables Exercise for creating and using flow variables. Filter data based on a previous result in a workflow. VIDEO: From Data […]

Icon04 Components 

04 Components Exercise for creating a component and using a shared component. Create a component that filters data based on a user selection. Drag […]

Icon05 Loops 

05 Loops Exercise for building loops. Build a generic loop that stops when a predefined condition is met. Build a group loop that handles each […]

Icon06 Switches 

06 Switches Exercise for building an IF switch. Execute one of two parallel branches separated by an IF switch node. Collect the results of the […]

Icon07 Random Forest 

07 Random Forest Exercise for training a Random Forest model. Build a Random Forest (Regression) model on a training set. Apply it to a test set, […]

Icon08 Parameter Optimization 

08 Parameter Optimization Exercise for building a parameter optimization loop. Optimize the number of trees in a Random Forest model with a […]