From the course: Applied AI for IT Operations (AIOps)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Data for the help desk

Data for the help desk - Python Tutorial

From the course: Applied AI for IT Operations (AIOps)

Start my 1-month free trial

Data for the help desk

- [Instructor] In this video I will review the input data used for self service help desk. The data set is available in the file helpdesk_dataset.csv. The CSV has two columns. The first column called Question contains a natural language question that a user would ask. The second column, LinkToAnswer, contains a link to an FAQ article that provides answers to this question. Please note that this is a really small dataset created for demonstration purposes. In real use cases, there would be tens of questions that would point to the same FAQ. The same question may be phrased in multiple ways in order to help the model learn multiple ways in which the question can be asked. It is highly recommended to have an elaborate dataset for accurate results.

Contents