Icon

Solutions

This directory contains 8 workflows.

Icon01 Date and Time Manipulation 

Solution to an exercise for data and time manipulation. Transform date and time values from string to the dedicated Date&Time format. Remove redundant […]

Icon02 Database Data Manipulation 

Solution to an exercise for database data manipulation. Write a local data table into a database. Aggregate, join, and filter the data on the database. […]

Icon03 Flow Variables 

Solution to an exercise for creating and using flow variables. Filter data based on a previous result in a workflow CHECK YOUR ANSWERS: The host id […]

Icon04 Components 

Solution to an exercise for creating a component and using a shared component. Create a component that filters data based on a user selection. Drag and […]

Icon05 Loops 

Solution to an 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 

Solution to an 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 

Solution to an exercise for training a Random Forest model. Build a Random Forest (Regression) model on a training set. Apply it to a test set, and […]

Icon08 Parameter Optimization 

Solution to an exercise for building a parameter optimization loop. Optimize the number of trees in a Random Forest model with a parameter optimization […]