i think there is a philosophical discussion:
1) as PIO user, should i collect my event data based on my application
uniqueness and ML needs (of course, i can use the template format as
reference), then create engine or modify engine template to use these data
to train model
or
2) as PIO user, becau
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 o
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 the configured nodes are avai
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 what functionality an
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 through the Website and found
>
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 reply.
>
> I checked out the
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
> Collabroative Recommendation En
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 te