Building and deploying the model
Once you finish tuning the extraction process, you can generate a category model from the customizations and the categories that you built.
- Click Generate a model to generate a category model.
- If you want to save the Text Analytics Workbench session, click Return to
flow and then Save and exit.
The generated category model nugget appears on your flow canvas.After the category model has been validated and generated in the Text Analytics Workbench, you can deploy it in your flow and score the same data set or score a new one.This example flow illustrates the two modes for scoring:
- Categories as fields. With this option, there are just as many output
records as there were in the input. However, each record now contains one new field for every
category that was selected on the Model tab. For each field, enter a flag
value for true and for false, such as
True/False
, or1/0
. In this flow, values are set to1
and0
to aggregate results and count the number of positive, negative, mixed (both positive and negative), or no score (no opinion) answers. - Categories as records. With this option, a new record is created for each
category, document
pair. Typically, there are more records in the output than there were in the input. Along with the input fields, new fields are also added to the data depending on what kind of model it is.
- Categories as fields. With this option, there are just as many output
records as there were in the input. However, each record now contains one new field for every
category that was selected on the Model tab. For each field, enter a flag
value for true and for false, such as
- You can add a Select node after the DeriveSentiment
SuperNode, set include
Sentiments=Pos
, and add a Charts node to gain quick insight about what guests appreciate about the hotel: