我是Google预测api的新手。我创建了bucket并将文件上传到bucket。
我有以下错误prediction.trainedmodels.get方法。
但我试着训练language_id.txt
那个文件工作得很好。
我的创建文件中有什么问题。
{
"kind": "prediction#training",
"id": "sggurupreditmodel",
"selfLink": "https://www.googleapis.com/prediction/v1.6/projects/623547173042/trainedmodels/s ggurupreditmodel",
"created": "2014-10-09T08:27:27.770Z",
"trainingStatus": "ERROR: TOO FEW INSTANCES IN DATASET"
}
traning.csv
文件的内容为:
'node.js'
'html"
'css'
'dhtml'
'php'
'jquery'
'xml'
'adobe'
'c++'
'c'
'vb'
'mysql'
'3D'
'typing'
'hr'
'copy right'
'crm'
有什么建议吗?
csv格式错误。
实例:
"label1","feature1"
"label2","feature2"
"label3","feature3"
在关于html的第二行,有一个双引号,这可能是一个错误。