Google Prediction Training Error Message -


i'm trying train model use in google prediction api. uploaded csv ~1 million rows , ~10 columns ~12 hours ago. trainingstatus has been "running" every time i've checked on past few hours when make prediction.trainedmodels.get request using api explorer returns response:

{  "kind": "prediction#training",  "id": "my_model",  "selflink": "https://content.googleapis.com/prediction/v1.6/projects/my_project/trainedmodels/my_model",  "created": "2014-03-24t03:36:51.252z",  "trainingstatus": "error" } 

is there way more detailed error message?

i have valid billing profile enabled on project , don't see in documentation.

https://developers.google.com/prediction/docs/faq

i message "error" after training on training file. happened?

while strive offer more detailed error messages, message being returned if training failed, prediction engine can't find training file, or other errors. if keep getting message, check training query sure path data correct, , check training data format ensure not have newline characters or commas, try resubmitting training request.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -