This directory contains 8 workflows.
01 Date and Time Manipulation - Solution Solution to an exercise for data and time manipulation. Transform date and time values from string to the […]
02 Database Data Manipulation - Solution Solution to an exercise for database data manipulation. Write a local data table into a database. […]
03 Flow Variables - Solution Solution to an exercise for creating and using flow variables. Filter data based on a previous result in a […]
04 Components - Solution Solution to an exercise for creating a component and using a shared component. Create a component that filters data based […]
05 Loops - Solution Solution to an exercise for building loops. Build a generic loop that stops when a predefined condition is met. Build a group […]
06 Switches - Solution Solution to an exercise for building an IF switch. Execute one of two parallel branches separated by an IF switch node. […]
07 Random Forest - Solution Solution to an exercise for training a Random Forest model. Build a Random Forest (Regression) model on a training set. […]
08 Parameter Optimization - Solution Solution to an exercise for building a parameter optimization loop. Optimize the number of trees in a Random […]