Reputation: 31
I have created a new instance of the Natural Language Classifier in Bluemix. I deployed the NLC Beta Toolkit application which provided a UI for populating my NLC instance.
I created a data file (csv) and loaded that file into my NLC instance. It loads well and I can see my Classes and Texts (with assigned Classes). I hit the Train button and it processes for about 10 seconds before stopping with a red error message saying "Training Error Bad Request".
The error message doesn't really help me, does anyone have any advice as to what may have gone wrong?
Thanks.
Upvotes: 0
Views: 375
Reputation: 31
I found the problem. One of my text strings was an empty string ("") which was causing the 'Bad Gateway' error message.
Upvotes: 3