【发布时间】:2015-12-17 02:04:43
【问题描述】:
尝试利用 Google Prediction API 的强大功能对我的数据进行分类。我的数据库中的每个项目都可以分配多个类别。
例如:"My Nexus phone is rebooting constantly" 可以同时分配 #Android 和 #troubleshooting 标签。
我想将我的训练数据上传到 Google,但我不确定如何将这两个标签应用于相同的内容。在以下 example 中,我找到了为每个内容提供一个类别的语法,如下所示:
"Android" ,"My Nexus phone is rebooting constantly"
多分类训练数据的正确语法是什么?
【问题讨论】:
标签: web bigdata classification training-data google-prediction