Chatbots have proven success in handling massive surges in call volume that the contact centers are witnessing globally during this pandemic. The reasons why chatbot technologies are being used is clear:
A series of other companies have also started implementing pandemic-specific chatbots for answering questions coming in from their concerned customers.
Your task is to predict whether a user is infected with the coronavirus based on the conversations between the user and the chatbot.
The dataset folder contains the following files:
The columns provided in the dataset are as follows:
Column name | Description |
userID | Represents a unique user identification number |
Prediction | Represents whether a user is infected with the coronavirus |
score = 100 x metrics.f1_score(actual, predicted)
Note: Ensure that your submission file contains the following: