[Architecture] Connector:GooglePrediction

2014-05-30 Thread Rasika Hettige
*Introduction* The Google Prediction API provides pattern-matching and machine learning capabilities. Given a set of data examples to train against, you can create applications that can perform the following tasks: * Given a user's past viewing habits, predict what other movies or products a user

Re: [Architecture] Connector:GooglePrediction

2014-05-31 Thread Malaka Silva
Hi, All the methods will be implemented except getTrainedModel() If that is the case this looks good. Best Regards, Malaka On Fri, May 30, 2014 at 8:37 AM, Rasika Hettige wrote: > *Introduction* > The Google Prediction API provides pattern-matching and machine learning > capabilities. Given

Re: [Architecture] Connector:GooglePrediction

2014-06-02 Thread Rasika Hettige
Hi Malaka, The final list of methods that will implement under GooglePrediction connector is as follows. *Hostedmodels* predictHostedModel - To do a prediction against a hosted model *Trainedmodels* analyzeTrainedModel - Get analysis of the model and the data the model was trained on. deleteTr

Re: [Architecture] Connector:GooglePrediction

2014-06-02 Thread Seshika Fernando
Hi Rasika, Do you know what is used to train the models? (regression analysis/ neural networks or something else?) Seshika On Tue, Jun 3, 2014 at 10:06 AM, Rasika Hettige wrote: > Hi Malaka, > > The final list of methods that will implement under GooglePrediction > connector is as follows. >

Re: [Architecture] Connector:GooglePrediction

2014-06-02 Thread Rasika Hettige
Hi Seshika, As per the Google prediction documentation [1], you can train the models using regression model (if the answer column is numeric) or categorical model (if the answer column is string). [1] https://developers.google.com/prediction/docs/developer-guide Thanks & Regards Rasika -- V

Re: [Architecture] Connector:GooglePrediction

2014-06-03 Thread Shevan Goonetilleke
Let's go with this method list for v1 On Tue, Jun 3, 2014 at 11:06 AM, Rasika Hettige wrote: > Hi Seshika, > > As per the Google prediction documentation [1], you can train the models > using regression model (if the answer column is numeric) or categorical > model (if the answer column is str

Re: [Architecture] Connector:GooglePrediction

2014-06-04 Thread Rasika Hettige
Thanks Shevan, will proceed with this method list. -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-GooglePrediction-tp97528p97828.html Sent from the WSO2 Architecture mailing list archive at Nabble.com. ___ Archi