Questions tagged [google-prediction]

Google's cloud-based machine learning tools can help analyze your data to add machine learning features to your applications.

Google's cloud-based machine learning tools can help analyze your data to add machine learning features to your applications.

Learn more about the Google Prediction API: https://developers.google.com/prediction/

111 questions
0
votes
1 answer

Redirect Bigquery Data to Prediction

We are developing a POC in Google's Spreadsheets. There are some configurations, but in a nutshell it downloads data from BigQuery and redirects it to Prediction. Our Bigquery tables have over to 41Mb, with is not allowed/supported by Spreadsheets.…
0
votes
2 answers

Google prediction API v1.6 - How can I make server to server call?

I'm experimenting with the google prediction API V1.6. I've followed the getting started section, and created a model using the explorer API. Now, my model is ready and the prediction results I get from the explorer are satisfying. Now when I'm…
Roni Gadot
  • 437
  • 2
  • 19
  • 30
0
votes
1 answer

Google Prediction API - storageDataLocation?

Any experience on how to specify the Google prediction buckets. I went ahead and created a bucket in Storage --> Cloud Storage --> Browser by clicking button Create bucket. I named the bucket a unique name say "UNIQUE001". I uploaded data based on…
user1509593
  • 1,025
  • 1
  • 10
  • 20
0
votes
2 answers

Google prediction API - Training data syntax for multi classification

Trying to harness the power of Google Prediction API, to classify my data. Each item in my DB can have multi categories assign to it. For example: "My Nexus phone is rebooting constantly" could be assigned both #Android and #troubleshooting tags. I…
Shlomi Schwartz
  • 8,693
  • 29
  • 109
  • 186
0
votes
1 answer

Computing an index that accounts for score and date within Google App Engine Datastore

I'm working on an Google App Engine (python) based site that allows for user generated content, and voting (like/dislike) on that content. Our designer has, rather nebulously, spec'd that the front page should be a balance between recent content…
0
votes
1 answer

Google Hangout algorithm to predict facial movements

Does anyone know where I can find the algorithm Google Hangout uses to predict facial movements? I need it for a University project. Would love to look at the source code of it. I'm trying to find out how they reduce latency issues.
Vylic
  • 69
  • 2
  • 9
0
votes
1 answer

How to access Google Prediction API with Python?

I have a practice project given to me by an advisor that asks me to write a python script to access a model I trained with the Prediction API using the API Explorer. I have two questions regarding this, The guidelines specify that I should not…
mvkmvk
  • 1
  • 1
0
votes
1 answer

Google Prediction API, Hello Prediction: error - Too few arguments

Today is my first day trying out Google Prediction API on Anaconda Python (Ubuntu Linux). I wanted to try out the Hello Prediction starter code prediction.py using the following: $ python prediction.py --object_name="mymodelid/mybucket"…
Souradeep Sinha
  • 121
  • 1
  • 1
  • 10
0
votes
2 answers

Google Prediction Api : Update on regression model

I have created a regression model and wanted to update some data using Predicion.update api for machine learning purpose. The java api doc for update class "setOutput function" is not very clear for me. It says output value as "regression or class…
Sukumar
  • 1,303
  • 10
  • 15
0
votes
3 answers

Stop Word Library For Sentiment Analysis Tool

I am building a sentiment analysis tool using Google Prediction API . I have some labeled training data which I will be using to train the model . Since this is data collected from Social Media , most of the words in the sentences are stop words and…
Deepesh Shetty
  • 1,116
  • 3
  • 18
  • 43
0
votes
1 answer

Insufficient Permissions error

I'm trying to write a console app to use Google Prediction. I can't figure out what I'm doing wrong. I keep getting "Insufficient Permissions". How can I fix this. How can one see what request is actually being generated? //Desired Request: …
0
votes
1 answer

Bulk prediction Google Prediction API

Is there a way to predict in bulk a large amount of data using Google Prediction API (about 100 MB)? I see that is it possible to train a model using data stored on Google Cloud Storage. Is it possible to make a prediction based on a file stored on…
poiuytrez
  • 21,330
  • 35
  • 113
  • 172
0
votes
1 answer

Do Google API keys work for Prediction API?

I am trying to use a Server API Key following the instructions at https://developers.google.com/console/help/new/#generatingdevkeys I have generated a key and whitelisted my IPs (tried from two different ones so far). However, every response I send…
0
votes
1 answer

"Invalid value for: Unable to parse" google prediction api request

I am trying to use the Google Prediction API. I have trained my model, and tested a prediction through the web page and it works great. However, I am now trying to use the java api to predict a bunch of records but I keep getting an…
0
votes
1 answer

training file language_id.txt for Google Prediction API unusable

I'm following the Hello Prediction example of the Google Prediction API. Unfortunately the training file language_id.txt seems to be corrupted somehow? I tested downloading it using Google Chrome and Firefox, same result, see screenshot: I think,…
Taifun
  • 6,165
  • 17
  • 60
  • 188