When using Watson's NLC API, can a scale be used for the classes? For example, a 1-5 rating or a Yes/No/Maybe classification?
My training data consists of a list of news headlines. For each, I have a "class" of not interesting, somewhat interesting, and very interesting. I want to predict whether it's a headline that would be interesting to the reader based on what they found interesting in the past. Because it feels like more of a regression model that's predicting a number between 1 and 3, I wonder if the classifier would work correctly for this application. Thoughts?