Skip to content

Latest commit

 

History

History
79 lines (47 loc) · 2.73 KB

File metadata and controls

79 lines (47 loc) · 2.73 KB
title titleSuffix description author manager ms.service ms.topic ms.date ms.author ms.custom
View a custom text classification model evaluation - Azure AI services
Azure AI services
Learn how to view the evaluation scores for a custom text classification model
jboback
nitinme
azure-ai-language
how-to
12/19/2023
jboback
language-service-custom-classification

View your text classification model's evaluation and details

After your model has finished training, you can view the model performance and see the predicted classes for the documents in 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 the data. To make sure that the evaluation is calculated 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 Test documents when labeling data.

Prerequisites

Before viewing model evaluation you need:

See the project development lifecycle for more information.

Model details

[!INCLUDE View model details]

Single label classification

[!INCLUDE Model evaluation]

Multi label classification

[!INCLUDE Model evaluation]


Load or export model data

[!INCLUDE Load export model]

[!INCLUDE Load export model]


Delete model

[!INCLUDE Delete model]

[!INCLUDE Delete model]


Next steps

As you review your how your model performs, learn about the evaluation metrics that are used. Once you know whether your model performance needs to improve, you can begin improving the model.