eydjey / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Prediction OutputLabel and OutputMulti are comming out to be null every time #157

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Attached is my test model

I am able to train my model however while calling the prediction, I am getting 
both Outputlabel and OutputMulti as null. 

To brief you up, I started testing the integration with  a test model. I was 
able to train and run the prediction call. This was around a month back. 

Now while moving the production I was trying to update my model to my final 
schema, So I uploaded another model and tried to train it. 

Training worked fine, but while calling prediction I started the two fields as 
null. So I copied all the data values form my previous model (which is still 
working fine) and pasted to my new model. 

I again trained model, which went fine. but the two values are still null. I 
tried API explorer and even there I am getting these two values as null. 

Call the Explorer with previously trained data model is still resulting in 
correct prediction output. 

Regards, 
Neeraj Dev  

Original issue reported on code.google.com by neeraj....@gmail.com on 1 Oct 2011 at 9:33

Attachments:

GoogleCodeExporter commented 9 years ago
We support the .NET client library, but can't be of much help on the underlying 
APIs. I recommend sending your question to the 
prediction-api-discuss@googlegroups.com group. I contacted a Prediction 
engineer, he told me: "I tested the data file on the current Prediction API 
server and the returned result was correct. In other words, the server seemed 
to work correctly." If you can get this to work in the API Explorer and it 
still fails in the .NET client library, please reopen the issue.

Original comment by asky...@google.com on 3 Oct 2011 at 5:02