Learning objective: In this exercise you'll learn how to parallelize an application to optimize its runtime. The application predicts the sentiment of a large number of airline reviews.
Workflow description: This workflow invokes a lexicon-based sentiment classifier to predict the sentiment of a large number of airline reviews. To speed up the predictions, this workflow surrounds the invoked workflow with the Parallel Chunk nodes, parallelizing its execution.
You'll find the instructions to the exercises in the yellow annotations.