File tree Expand file tree Collapse file tree
examples/sentiment-analysis Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ The Sentiment Analysis (SA) workflow combines function tasks and choice tasks.
1515SA 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;
You can’t perform that action at this time.
0 commit comments