RE: Getting prediction values in spark mllib

2016-02-11 Thread Chandan Verma
Thanks it got solved ☺ From: Artem Aliev [mailto:artem.al...@gmail.com] Sent: Thursday, February 11, 2016 3:19 PM To: Sonal Goyal Cc: Chandan Verma; user@spark.apache.org Subject: Re: Getting prediction values in spark mllib It depends on Algorithm you use NaiveBayesModel has

Getting prediction values in spark mllib

2016-02-11 Thread Chandan Verma
Following is the code Snippet JavaRDD> predictionAndLabels = data .map(new Function>() { public Tuple2 call(LabeledPoint p) { Double prediction = sameModel.predict(p.features()); return new Tuple2(prediction, p.labe

Extracting p values in Logistic regression using mllib scala

2016-01-18 Thread Chandan Verma
Hi, Can anyone help me to extract p-values from a logistic regression model using mllib and scala. Thanks Chandan Verma

RE: ROSE: Spark + R on the JVM.

2016-01-12 Thread Chandan Verma
Definitely a great news for all the R and spark guys over here. From: Corey Nolet [mailto:cjno...@gmail.com] Sent: Tuesday, January 12, 2016 11:02 PM To: David Cc: user@spark.apache.org; d...@spark.apache.org Subject: Re: ROSE: Spark + R on the JVM. David, Thank you very much for announcing

model deployment in spark

2016-01-12 Thread Chandan Verma
Does spark support model deployment through web/rest api. Is there any other method for deployment of a predictive model in spark apart from PMML. Regards, Chandan ==

Deploying model built in SparkR

2016-01-11 Thread Chandan Verma
Hi All, Does any one over here has deployed a model produced in SparkR or atleast help me with the steps for deployment. Regards, Chandan Verma Sent from my Sony Xperia™ smartphone

Re: Predictive Modelling in sparkR

2016-01-07 Thread Chandan Verma
ed on SparkR? > >Actually, SparkR provide the ability to run the distributed Spark MLlib LR and >the interface is similar with the R GLM. > >For your refer: >https://spark.apache.org/docs/latest/sparkr.html#binomial-glm-model  > > >2016-01-07 2:45 GMT+08:00 Chandan Verma

Predictive Modelling in sparkR

2016-01-06 Thread Chandan Verma
Has anyone tried building logistic regression model in SparkR.. Is it recommended? Does it take longer to do process than what can be done in simple R? ===

Is there a way to use parallelize function in sparkR spark version (1.6.0)

2016-01-05 Thread Chandan Verma
=== DISCLAIMER: The information contained in this message (including any attachments) is confidential and ma