Re: Eventserver API in an Engine?

2017-07-09 Thread Pat Ferrel
Mostly agree with this. but if we want to do Kappa-style online learners they do not need dataset storage but do need realtime input. On Jul 8, 2017, at 12:31 AM, Kenneth Chan wrote: # re: " I see it as objects you see it as data stores" not really. I see things based on

Re: Elastic search with PIO

2017-07-09 Thread Pat Ferrel
What Template? On Jul 7, 2017, at 7:38 PM, Saarthak Chandra wrote: Hi, I am trying to use elastic search 5.5.0 with PIO 0.11.0, and am getting the following error - "None of

Re: Eventserver API in an Engine?

2017-07-09 Thread Pat Ferrel
I must disagree here, The Engine should decide the disposition of data, which cannot be left to a generic EventServer. Data is the concern of the Engine, not the EventSever or PIO framework for these reasons: 1) input needs to be validated and since it is defined by the Engine it seems rather

Re: Template Suggestions for Collaborative Recommendation

2017-07-09 Thread Marius Rabenarivo
You can use the SDKs or the HTTP REST API https://predictionio.incubator.apache.org/datacollection/eventapi/ to import your data. Those are PredictionIO stuff not template stuff. 2017-07-09 18:52 GMT+04:00 Humantool Project : > Hey Marius > > Thanks for the quick

Re: Template Suggestions for Collaborative Recommendation

2017-07-09 Thread Marius Rabenarivo
Hello, I didn't try all the templates but Universal Recommender is pretty good for Collaborative Filtering. Regards, Marius 2017-07-09 17:21 GMT+04:00 Humantool Project : > Hello everyone, > > I'm new to the PredictionIO System and would like to set up a basic >

Template Suggestions for Collaborative Recommendation

2017-07-09 Thread Humantool Project
Hello everyone, I'm new to the PredictionIO System and would like to set up a basic Collabroative Recommendation Engine. I went through the Website and found some templates,as well as i recognized the ActionML Universal-Recommender. I'm struggling at the moment a little with the decision for a

Re: Template Suggestions for Collaborative Recommendation

2017-07-09 Thread Pat Ferrel
The only Template designed for mulit-modal input is The Universal Recommender On Jul 9, 2017 6:21 AM, "Humantool Project" wrote: > Hello everyone, > > I'm new to the PredictionIO System and would like to set up a basic > Collabroative Recommendation Engine. I went