Skip to content

Commit 51c86af

Browse files
authored
Merge pull request #49795 from v-maudel/patch-42
C35936: Removing extra breaklines inside comment to avoid localization issues
2 parents 47b1ce3 + 23f5789 commit 51c86af

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

articles/cognitive-services/LUIS/luis-how-to-batch-test.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,7 @@ To review the batch test results, select **See results**.
5656

5757
![Batch test results](./media/luis-how-to-batch-test/run-test-results.png)
5858

59-
<!--
60-
Select the **See results** link that appears after you run the test. A scatter graph known as an error matrix displays. The data points represent the utterances in the dataset.
61-
62-
Green points indicate correct prediction, and red ones indicate incorrect prediction.
63-
64-
The filtering panel on the right side of the screen displays a list of all intents and entities in the app, with a green point for intents/entities that were predicted correctly in all dataset utterances, and a red point for those items with errors. Also, for each intent/entity, you can see the number of correct predictions out of the total utterances.
65-
66-
-->
59+
<!-- Select the **See results** link that appears after you run the test. A scatter graph known as an error matrix displays. The data points represent the utterances in the dataset. Green points indicate correct prediction, and red ones indicate incorrect prediction. The filtering panel on the right side of the screen displays a list of all intents and entities in the app, with a green point for intents/entities that were predicted correctly in all dataset utterances, and a red point for those items with errors. Also, for each intent/entity, you can see the number of correct predictions out of the total utterances.-->
6760

6861

6962
<a name="filter-chart-results-by-intent-or-entity"></a>
@@ -99,4 +92,4 @@ If testing indicates that your LUIS app doesn't recognize the correct intents an
9992
* [Label suggested utterances with LUIS](luis-how-to-review-endoint-utt.md)
10093
* [Use features to improve your LUIS app's performance](luis-how-to-add-features.md)
10194
* [Understand batch testing with this tutorial](luis-tutorial-batch-testing.md)
102-
* [Learn batch testing concepts](luis-concept-batch-test.md).
95+
* [Learn batch testing concepts](luis-concept-batch-test.md).

0 commit comments

Comments
 (0)