Skip to content

Latest commit

 

History

History
74 lines (43 loc) · 2.37 KB

File metadata and controls

74 lines (43 loc) · 2.37 KB
title description titleSuffix author manager ms.service ms.topic ms.date ms.author ms.custom
How to view conversational language understanding models details
Use this article to learn about viewing the details for a conversational language understanding model.
Azure AI services
jboback
nitinme
azure-ai-language
how-to
12/19/2023
jboback
language-service-custom-classification

View conversational language understanding model details

After model training is completed, you can view your model details and see how well it performs against the test set.

Note

Using the Automatically split the testing set from training data option may result in different model evaluation result every time you train a new model, as the test set is selected randomly from your utterances. To make sure that the evaulation is calcualted on the same test set every time you train a model, make sure to use the Use a manual split of training and testing data option when starting a training job and define your Testing set when add your utterances.

Prerequisites

Before viewing a model's evaluation, you need:

See the project development lifecycle for more information.

Model details

[!INCLUDE Model performance]

[!INCLUDE Evaluate model]


Load or export model data

[!INCLUDE Load export model]

[!INCLUDE Load export model]


Delete model

[!INCLUDE Delete model]

[!INCLUDE Delete model]


Next steps