0
votes

one simple question: how can I create more than one classifier within a instance of Natural Language Classifier using the beta toolkit?

I've asked that because I don't know how to upload and train a new classifier after I've just deployed one.

Thanks for the help.

2

2 Answers

1
votes

Your question is about the Toolkit. You can manage your training data and classifiers by using the IBM Watson™ Natural Language Classifier Toolkit web application. The toolkit gives you a unified view of all the classifiers that are running in the same Bluemix service instance. So you need to create another classifier and use the toolkit to manage.

I think you can view this document, about Natural Language Classifier using Toolkit.

Obs.: The first classifier is free, but each other you will need to pay.

See the API Reference to use NLC.

1
votes

As @Sayuri mentions above, use the Toolkit to manage your Classifiers.

Something to keep in mind that when you create the first NLC instance (the little box in Bluemix), this is called a service instance. Within this service instance, you can have up to 7 unique classifiers. If you need to create an 8th classifier, you will need to create a new service instance.