How to scrub for keywords in an excel sheet for an email inbox
James17001
Registered Posts: 3 ✭
I currently have a excelsheet (sample data in image attached) showing the emails in my email with their body, subject, date sent etc. How do i make Dataiku scrub through the bodies to retrieve common keywords? eg) in the 9 emails there, dataiku will have 3 of them show up as "marketing enquiries" and so on. I believe text preparation, summarisation and analysis are in play but i don't know how to set them up like that. Thanks
Tagged:
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi,
This sounds like a text multi-class classificatio, you can use LLMs or Classification models.
https://knowledge.dataiku.com/latest/ml-analytics/gen-ai/tutorial-classification.html
https://doc.dataiku.com/dss/latest/machine-learning/supervised/settings.htmlThanks