Skip to content

Commit 8658ea0

Browse files
committed
fixes
1 parent e57e67c commit 8658ea0

File tree

6 files changed

+544
-2
lines changed

6 files changed

+544
-2
lines changed

articles/cognitive-services/language-service/conversational-language-understanding/how-to/migrate-from-luis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Migrated LUIS entity in CLU:
158158
* Pizza Order.Topping
159159
* Pizza Order.Size
160160
161-
For more information on entity components, see [Entity components](entity-components.md).
161+
For more information on entity components, see [Entity components](../concepts/entity-components.md).
162162
163163
### How are entity roles transferred to CLU?
164164
@@ -196,7 +196,7 @@ Although CLU does not offer versioning, you can export your CLU projects using [
196196
197197
### Why is CLU classification different from LUIS? How does None classification work?
198198
199-
CLU presents a different approach to training models by using multi-classification as opposed to binary classification. As a result, the interpretation of scores is different and also differs across training options. While you are likely to achieve better results, you have to observe the difference in scores and determine a new threshold for accepting intent predictions. You can easily add a confidence score threshold for the [None intent](none-intent.md) in your project settings. This will return *None* as the top intent if the top intent did not exceed the confidence score threshold provided.
199+
CLU presents a different approach to training models by using multi-classification as opposed to binary classification. As a result, the interpretation of scores is different and also differs across training options. While you are likely to achieve better results, you have to observe the difference in scores and determine a new threshold for accepting intent predictions. You can easily add a confidence score threshold for the [None intent](../concepts/none-intent.md) in your project settings. This will return *None* as the top intent if the top intent did not exceed the confidence score threshold provided.
200200
201201
### Do I need more data for CLU models than LUIS?
202202

articles/cognitive-services/language-service/conversational-language-understanding/media/backwards-compatibility/banner.svg

Lines changed: 9 additions & 0 deletions
Loading

articles/cognitive-services/language-service/conversational-language-understanding/media/backwards-compatibility/migration-overview.svg

Lines changed: 53 additions & 0 deletions
Loading

articles/cognitive-services/language-service/conversational-language-understanding/media/backwards-compatibility/migration-progress.svg

Lines changed: 136 additions & 0 deletions
Loading

articles/cognitive-services/language-service/conversational-language-understanding/media/backwards-compatibility/select-applications.svg

Lines changed: 291 additions & 0 deletions
Loading

articles/cognitive-services/language-service/conversational-language-understanding/media/backwards-compatibility/select-resource.svg

Lines changed: 53 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)