I am new in Google prediction api. I created the bucket and uploaded the file to bucket.
I have the following the error in prediction.trainedmodels.get method.
But I tried training language_id.txt
that file working fine.
what is the issue in my creation files.
{
"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"
}
Contents of traning.csv
file are:
'node.js'
'html"
'css'
'dhtml'
'php'
'jquery'
'xml'
'adobe'
'c++'
'c'
'vb'
'mysql'
'3D'
'typing'
'hr'
'copy right'
'crm'
Any suggestions, what is wrong here?