Skip to content

Commit 23f5789

Browse files
authored
C35936: Removing extra breaklines inside comment to avoid localization issues
Hello, @diberry, Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. "Extra break lines must be removed to avoid commented section displaying." Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR. Many thanks in advance.
1 parent 0e1fabb commit 23f5789

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)