Skip to content

Commit 6a18be1

Browse files
Merge pull request #230834 from hazemelh/bug-fix-clu
bug fix
2 parents 829d283 + b5b4986 commit 6a18be1

File tree

1 file changed

+2
-2
lines changed
  • articles/cognitive-services/language-service/conversational-language-understanding/includes/rest-api

1 file changed

+2
-2
lines changed

articles/cognitive-services/language-service/conversational-language-understanding/includes/rest-api/model-evaluation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: aahi
1111

1212
Create a **GET** request using the following URL, headers, and JSON body to get the trained model evaluation summary.
1313

14-
## Model Summary (#tab/model-summary)
14+
## Model Summary
1515

1616
This API returns the summary of your model's evaluation results, including the precision, recall, F1, and confusion matrix of your intents and entities.
1717

@@ -216,7 +216,7 @@ Once you send the request, you will get the following response.
216216
```
217217

218218

219-
## Model Results (#tab/model-results)
219+
## Model Results
220220

221221
This API returns the individual results for each utterance including their expected and actual predictions for intents and entities.
222222

0 commit comments

Comments
 (0)