Description Usage Arguments Value Examples
This function return the satisfaction rating prediction
1 | survey_score(input)
|
survey.Ticket.Country |
India |
survey.Ticket.Assigned.Group |
SYMPHONY_WW_L2 |
survey.Product.Name |
Symphony |
survey.Category.Tier1 |
Troubleshoot |
survey.Category.Tier3 |
License |
data frame
1 2 3 4 5 6 7 8 9 10 | input <- data.frame(
survey.Ticket.Country = "India",
survey.Ticket.Assigned.Group="SYMPHONY_WW_L2",
survey.Product.Name="Symphony",
survey.Category.Tier1="Troubleshoot",
survey.Category.Tier3="License"
)
OR
input = "C:/Data_Science/SurveyPrediction/input.csv"
SurveyPrediction::survey_score(input)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.