user2907940
user2907940

Reputation: 43

LUIS intent wrong prediction

I am developing sample test with luis, I have created sample intents in luis, it was working perfectly till yesterday, suddenly from today not predicting correctly, each time intent prediction is different, kindly advise

Upvotes: 0

Views: 378

Answers (2)

Irina
Irina

Reputation: 1598

Are you testing through the API or within the LUIS testing panel? If you are testing through the API, make sure you have published your changes after training. You might have trained it correctly and made improvements, but unless you publish it, you won't see those changes reflected when you send API queries.

Upvotes: 1

Zeryth
Zeryth

Reputation: 1204

@user2907940, without more information, we could only give broad assistance. When testing utterances, if the intent predicted is incorrect, have you made sure to reset it to the correct intent, and then in turn Train (top right) to save your changes?

Here are a few other resources as to how to improve the prediction accuracy:

If you'd like further assistance, please provide the JSON of your language model.

Upvotes: 1

Related Questions