Skip to content

Commit c290c63

Browse files
authored
Merge pull request #122331 from abhishekpsen/patch-3
Update best-practices.md
2 parents 77ae166 + 3f3607f commit c290c63

File tree

1 file changed

+1
-0
lines changed
  • articles/ai-services/language-service/conversational-language-understanding/concepts

1 file changed

+1
-0
lines changed

articles/ai-services/language-service/conversational-language-understanding/concepts/best-practices.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,3 +251,4 @@ Once the request is sent, you can track the progress of the training job in Lang
251251
Caveats:
252252
- The None Score threshold for the app (confidence threshold below which the topIntent is marked as None) when using this recipe should be set to 0. This is because this new recipe attributes a certain portion of the in domain probabiliities to out of domain so that the model is not incorrectly overconfident about in domain utterances. As a result, users may see slightly reduced confidence scores for in domain utterances as compared to the prod recipe.
253253
- This recipe is not recommended for apps with just two (2) intents, such as IntentA and None, for example.
254+
- This recipe is not recommended for apps with low number of utterances per intent. A minimum of 25 utterances per intent is highly recommended.

0 commit comments

Comments
 (0)