watson-intu / self-sdk

Other
43 stars 18 forks source link

missing guide for NLC #17

Closed swizardlv closed 7 years ago

swizardlv commented 7 years ago

met error message in log as below. Seems we need train the NLC model by ourself. Is there any doc to train the doc and how to replace the default classifier id?

thanks.

[12/28/16 11:00:17][DEBM][Request] REST request https://gateway.watsonplatform.net/natural-language-classifier/api/v1/classifiers//classify completed in 1.444 seconds. Queued for 0 seconds. Status: 404.
[12/28/16 11:00:17][ERRO][Request] Request Error 404: {
  "code" : 404,
  "error" : "Not found",
  "description" : "Classifier not found."
}
LabPM commented 7 years ago

We are moving away from NLC. The current errors don't interfere with the behavior. The misleading logs will disappear from our future releases.

If you are interested in training with your own content, check out the Conversation workshop (Workshop 2).