Symptom
You want to test Multiple Input for the Ticket Categorization machine learning model, and want to know the template format for uploading the input file from your computer.
Environment
SAP Cloud for Customer
Reproducing the Issue
- Go to Administrator work center
- Go to Prediction Services → Model Setup
- Select the Ticket Categorization model
- Click on the button at the right corner
- Click on Test
- Select the Multiple Input radio button
- Under the Attachments section, click on the Add button
- Select Local File
- You do not see any template for the file upload
Resolution
You can upload up to 100 data samples to test using a comma-separated value (.CSV) format spreadsheet file.
The first row should be in the order - Ticket ID,Description
Please refer to the table format below. You would need to save your .CSV spreadsheet file in a similar format.
Ticket ID | Description |
12345 | Coffee maker not working |
12346 | Refund not processed |
12347 | Car engine overheating |
Where 12345, 12346 and 12347 are example Ticket IDs.
The first row is header information and is ignored for test purposes.
To ensure that the system can properly process your sample data, save the spreadsheet file with UTF-8 encoding.
The model considers the content of both the ticket Subject and Description fields. For testing purposes, a single entry has a limit of 1000 characters. In actual use, the model analyzes all text in the subject and description. Entries in the upload file do not have a maximum character limit.
See Also
Model Test Console in Help Center
Keywords
machine learning, ticket intelligence, ticket categorization, model, multiple input, template, file upload, service ticket intelligence, single input, test console , KBA , LOD-CRM-ML-SRV , Machine learning for service cloud , LOD-CRM-ML-SLS , Machine learning-sales cloud (cloud for customer) , LOD-CRM-ML , C4C Machine Learning , How To