Configure record categorization
Activate the required plugins, import training data, and create and train a model to predict field values for case and interaction records.
| Step | Description |
|---|---|
| Ensure that your instance is set up for Predictive Intelligence (PI). | Predictive Intelligence is a ServiceNow platform feature that provides a layer of artificial intelligence, which serves as a framework for machine learning models. For more information, see Predictive Intelligence. |
| Activate the Task Intelligence for Customer Service application (com.snc.csm_ml_task). | The Task Intelligence for Customer Service application enables customers to create and train categorization machine learning models. This application automatically activates the following plugins:
|
| Import a training data set. | You can use the record categorization feature with the Case table [sn_customerservice_case], tables that extend the Case table, and the Interaction table [interaction]. It is recommended that you import a training data set into the desired table to support the initial training of a categorization model.
Note: This data should include case types if you have tables that extend
the Case table. The training data set should be tailored to the fields that you want to predict. It should also include additional records that have the correct labels (for example, the expected field values) for the fields being predicted. Creating a training data set enables you to leverage your own data to train the algorithm to predict on the fields you select.
|
| Set up and deploy at least one categorization model. | For details, see Create a model to predict record fields. |