Question 5:
You create a new LUIS application in the LUIS portal by providing the values for name, language, description and prediction resource. You populate the domain with intents, entities and utterances. Next, you train your application, create a prediction resource and publish the application to an endpoint URL. While you query the endpoint URL for various utterances, you find the top intent and next intent scores are close enough. You also find a few utterances that are not predicted for the labeled intent. Given the scenario above, what are the three options you would use to improve the prediction accuracy?
Answer options:
A.Review dashboard colors and find intents with incorrect/unclear predictions. B.Enable active learning, capture endpoint queries and relabel entities. C.Set endpoint query parameter log=false, capture endpoint queries and relabel entities. D.Add example utterances as pattern, train and publish application again. E.Add more example utterances to improve prediction score.