Created pull request for change in template Link

2017-01-18 Thread Bansari Shah
r it. Thank you Regards, Bansari Shah

[jira] [Created] (PIO-50) Change in repository link for template

2017-01-15 Thread Bansari Shah (JIRA)
Bansari Shah created PIO-50: --- Summary: Change in repository link for template Key: PIO-50 URL: https://issues.apache.org/jira/browse/PIO-50 Project: PredictionIO Issue Type: Improvement

Regarding New Release

2016-10-07 Thread Bansari Shah
Hi, Can you please suggest when new version of apache predictionIO will get released ? and will the templates configured with scala-2.10.6, predictionIO 0.9.7-SNAPSHOT and spark 1.5.1 be compatible with new release ? Thank you Regards, Bansari

Re: Task Serialization Issue while storing model

2016-10-06 Thread Bansari Shah
Thank you Lucas, My model is DistributedLDA model. I am not sure wether it has huge number of nested objects. But your suggestion gave me one more insight to think of. Thank you. Regards, Bansari On Thu, Oct 6, 2016 at 4:43 PM, Lucas Bonatto Miguel wrote: > Hello Bansari, > > Does your model o

Task Serialization Issue while storing model

2016-10-06 Thread Bansari Shah
Hi, My MLEngine use PAlgorithm for training and predicting model. It requires to save Model by extending IPersistentModel and IPersistentModelLoader. I followed this steps and saving below model: { def save(id: String, params: AlgorithmParams, sc: SparkContext): Boolean = { ldaModel.save(sc, s"/

[jira] [Commented] (PIO-34) Add Sentiment analysis and Topic Labelling template to PredictionIO gallary

2016-10-05 Thread Bansari Shah (JIRA)
[ https://issues.apache.org/jira/browse/PIO-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15548910#comment-15548910 ] Bansari Shah commented on PIO-34: - I have no surety which version this will affect so i

[jira] [Updated] (PIO-34) Add Sentiment analysis and Topic Labelling template to PredictionIO gallary

2016-10-05 Thread Bansari Shah (JIRA)
[ https://issues.apache.org/jira/browse/PIO-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bansari Shah updated PIO-34: Fix Version/s: (was: 0.10.0) future release > Add Sentiment analysis and Topic Labell

[jira] [Updated] (PIO-34) Add Sentiment analysis and Topic Labelling template to PredictionIO gallary

2016-10-05 Thread Bansari Shah (JIRA)
[ https://issues.apache.org/jira/browse/PIO-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bansari Shah updated PIO-34: Fix Version/s: 0.10.0 > Add Sentiment analysis and Topic Labelling template to PredictionIO gall

[jira] [Updated] (PIO-34) Add Sentiment analysis and Topic Labelling template to PredictionIO gallary

2016-10-05 Thread Bansari Shah (JIRA)
[ https://issues.apache.org/jira/browse/PIO-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bansari Shah updated PIO-34: Affects Version/s: (was: future release) 0.10.0 > Add Sentiment analysis and To

[jira] [Updated] (PIO-34) Add Sentiment analysis and Topic Labelling template to PredictionIO gallary

2016-10-05 Thread Bansari Shah (JIRA)
[ https://issues.apache.org/jira/browse/PIO-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bansari Shah updated PIO-34: Description: Adding sentiment analysis template that follows Bag of words model, build with predictionIO-0.9.7

[jira] [Updated] (PIO-34) Add Sentiment analysis and Topic Labelling template to PredictionIO gallary

2016-10-05 Thread Bansari Shah (JIRA)
[ https://issues.apache.org/jira/browse/PIO-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bansari Shah updated PIO-34: Summary: Add Sentiment analysis and Topic Labelling template to PredictionIO gallary (was: Integrate

Re: [GitHub] incubator-predictionio issue #292: [PIO-34]Update templates.yaml

2016-09-09 Thread Bansari Shah
I have updated template with 'PEventStore' API. Now it works on appName instead appId and have mentioned it's use in README.md Please consider it. Thank you On Sat, Sep 10, 2016 at 3:31 AM, dszeto wrote: > Github user dszeto commented on the issue: > > https://github.com/apache/incubator-pr

Regarding Update in templates.yaml

2016-09-06 Thread Bansari Shah
submitted pull request : " #292 Update templates.yaml by bansarishah" to merge with apache. Please consider it and suggest any other required procedure for integrating new template. Thank you, Regards, Bansari Shah

[jira] [Updated] (PIO-34) Integrate BagOfWords Sentiment analysis template with PredictionIO

2016-09-06 Thread Bansari Shah (JIRA)
[ https://issues.apache.org/jira/browse/PIO-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bansari Shah updated PIO-34: Description: For integrating a new sentiment analysis template that follows Bag of words model, build with

Re: Regarding PredictionIO templates

2016-08-31 Thread Bansari Shah
and spark 1.5.1, In this case should i keep this one and add updated template to templates.yaml or should i remove it . Please suggest me. Thank you. Regards, Bansari Shah On Thu, Sep 1, 2016 at 12:11 AM, Chan Lee wrote: > Hi Bansari, > > You can git clone Apache PredictionIO rep

Re: Regarding PredictionIO templates

2016-08-31 Thread Bansari Shah
integrating above this templates i have created jira issue PIO-34 : Upgrading coreNLP_SentimentAnalysis and OpenNLP_Sentiment Analysis template to org.apache.predictionio namespace. Please suggest me how to proceed further. Thank you Regards, Bansari Shah On Tue, Aug 30, 2016 at 11:51 PM, Chan Lee

[jira] [Created] (PIO-34) Upgrading coreNLP_SentimentAnalysis template and OpenNLP_SentimentAnalysis template to org.apache.predictionio namespace

2016-08-31 Thread Bansari Shah (JIRA)
Bansari Shah created PIO-34: --- Summary: Upgrading coreNLP_SentimentAnalysis template and OpenNLP_SentimentAnalysis template to org.apache.predictionio namespace Key: PIO-34 URL: https://issues.apache.org/jira/browse/PIO

Re: Regarding PredictionIO templates

2016-08-30 Thread Bansari Shah
coreNLP_SentimentAnalysis template and OpenNLP_SentimentAnalysis template to org.apache.predictionio namespace. Is there a way to contribute this templates ? Please suggest me. Thank you Regards, Bansari Shah On Tue, Aug 30, 2016 at 2:47 PM, Bansari Shah wrote: > Thank you, Pat. > I am starting to commu

Re: Regarding PredictionIO templates

2016-08-30 Thread Bansari Shah
MachineLearninig platform so please update me for any changes or feature addition in predictionIO. My github ID : bansarishah Thank you Regards, Bansari Shah On Tue, Aug 30, 2016 at 2:21 AM, Pat Ferrel wrote: > Hi Bansari, > > Chan Lee has done this too, and added tests fro

Regarding PredictionIO templates

2016-08-29 Thread Bansari Shah
Hey, I have updated some of the prediction IO templates from io.predictionio to org.apache.predictionio namespace . Is it possible to contribute this templates ? If yes can you please guide me how to contribute. Thank you Regards, Bansari Shah