Trying to harness the power of Google Prediction API, to classify my data. Each item in my DB can have multi categories assign to it.
For example: "My Nexus phone is rebooting constantly"
could be assigned both #Android
and #troubleshooting
tags.
I would like to upload my training data to Google, but I'm not sure how to apply both tags to the same content. In the following example I've found the syntax that provide one category for each content like so:
"Android"
,"My Nexus phone is rebooting constantly"
What is the right syntax for multi-classification training data?