Thanks Mars. Looks like the pio eval may not work for my needs (according to Pat) since I am using UR template.
And, querying the RESP API in bulk may be limited with the concurrency that the API can handle. I tested with a reasonably sized machine and this number was not high enough. On Thu, Jul 27, 2017 at 11:08 PM, Mars Hall <[email protected]> wrote: > Hi Mattz, > > Yes, that batch evaluator using `pio eval` is currently the only > documented way to run batch predictions. > > It's also possible to create a custom script that calls the Queries > HTTP/REST API to collect predictions in bulk. > > My team has had this need reoccur. So, I implemented a `pio batchpredict` > command for PredictionIO, but it's not yet been merged & released. See the > pull request: > https://github.com/apache/incubator-predictionio/pull/412 > > *Mars > > ( <> .. <> ) > > > On Jul 27, 2017, at 05:25, Mattz <[email protected]> wrote: > > > > Hello, > > > > I am using the "Universal Recommender" template. Is the below guide > current if I want to create bulk recommendations in batch? > > > > https://predictionio.incubator.apache.org/templates/recommendation/ > batch-evaluator/ > > > > Thanks! > >
