Skip to content

Commit 5abc761

Browse files
committed
ROLLME: readme and choice node
1 parent 4b2abe2 commit 5abc761

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/sentiment-analysis/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ The Sentiment Analysis (SA) workflow combines function tasks and choice tasks.
1515
SA consists of the following tasks:
1616
* RetrieveState (`sa_retrieve`): Retrieves the dataset;
1717
* ExtractState (`sa_extract`): Preprocess the dataset;
18-
* ChoiceState: Choose whether to train and test either a low or a high accuracy model;
18+
* ChoiceState: Choose whether to train and test either a low or a high accuracy model;
19+
If the input parameter `max_features` is below 10000, the low-accuracy model will be used in the remainder of the workflow;
1920
* LATrainState (`sa_train`): The training task of the low-accuracy sentiment analysis model;
2021
* LAEvaluateFinalState (`sa_evaluate`): The final task of the low-accuracy sentiment analysis model;
2122
* HATrainState (`sa_train`): The training task of the high-accuracy sentiment analysis model;

0 commit comments

Comments
 (0)