Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not start trained models.insert #27

Open
GoogleCodeExporter opened this issue Nov 15, 2015 · 1 comment
Open

Can not start trained models.insert #27

GoogleCodeExporter opened this issue Nov 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Opened API Explorer
2. Made "Authorize using OAuth 2.0 On"
3. Selected "prediction" service > "v1.5" > "trainedmodels.insert"
4. Entered "fields" as "id"
5. Changed request body as follows:
{
 "id": "tureng",
 "storageDataLocation": "tureng/tureng.csv"
}
6. Clicked Execute

What is the expected output? What do you see instead?
- I expect it to insert my data into prediction training data. But it gives now 
"500 Internal Server Error". Previously it was not giving this error but it was 
also not creating my training data. (I was checking with trainedmodels.get but 
it was returning "not found" when I enter the same id)

What version of the product are you using? On what operating system?
v1.5

Please provide any additional information below.


Original issue reported on code.google.com by omerce...@gmail.com on 26 Mar 2012 at 11:29

@GoogleCodeExporter
Copy link
Author

Deleted everything and started again but this time trainedmodels.get returs 
this always after insert:

404 Not Found

{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "notFound",
    "message": "No Model found. Model must first be trained."
   }
  ],
  "code": 404,
  "message": "No Model found. Model must first be trained."
 }
}

Original comment by omerce...@gmail.com on 26 Mar 2012 at 11:56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant