- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2023 07:14 AM
Hi all,
I've trained a classification solution on the sn_customerservice_case table to predict case type based on description and short description.
On the interaction table, I have a custom field called case type. How can I use the trained solution to predict case type on interactions upon their creation? The same input fields exists (description, short description), so I assume this should technically be possible.
Has anyone done this before or got any recommendations?
Thanks!
Oda
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2023 07:18 AM
Hi Oda, your output and input fields must come from the same table. If the interaction table has all the input fields needed to train your classification solution and has the target output field (predicted field) then I would try using that table instead of sn_customerservice_case.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2023 07:18 AM
Hi Oda, your output and input fields must come from the same table. If the interaction table has all the input fields needed to train your classification solution and has the target output field (predicted field) then I would try using that table instead of sn_customerservice_case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2023 05:09 AM
Hi Lener, thanks for the reply 🙂
/Oda