pio batchpredict fix & changes

2017-11-20 Thread Mars Hall
Hi PIO folks! Curious to hear from anyone using the new (as of PredictionIO 0.12.0) batch predict command. - Do you use `pio batchpredict`? - What is your use-case? (Which Engine template or algorithm?) - Does it work for your use-case? (Details please) Batch predict is currently broken

Re: Log-likelihood based correlation test?

2017-11-20 Thread Pat Ferrel
Yes, this will show the model. But if you do this a lot there are tools like Restlet that you plug in to Chrome. They will allow you to build queries of all sorts. For instance GET http://localhost:9200/urindex/_search?pretty will show the item rows of the UR model put into the index for the i

Re: Log-likelihood based correlation test?

2017-11-20 Thread Daniel Gabrieli
There is a REST client for Elasticsearch and bindings in many popular languages but to get started quickly I found this commands helpful: List Indices: curl -XGET 'localhost:9200/_cat/indices?v&pretty' Get some documents from an index: curl -XGET 'localhost:9200//_search?q=*&pretty' Then look

Re: Log-likelihood based correlation test?

2017-11-20 Thread Noelia Osés Fernández
Thanks Daniel! And excuse my ignorance but... how do you inspect the ES index? On 20 November 2017 at 15:29, Daniel Gabrieli wrote: > There is this cli tool and article with more information that does produce > scores: > > https://mahout.apache.org/users/algorithms/intro-cooccurrence-spark.html

Re: Log-likelihood based correlation test?

2017-11-20 Thread Daniel Gabrieli
There is this cli tool and article with more information that does produce scores: https://mahout.apache.org/users/algorithms/intro-cooccurrence-spark.html But I don't know of any commands that return diagnostics about LLR from the PIO framework / UR engine. That would be a nice feature if it do

Re: Log-likelihood based correlation test?

2017-11-20 Thread Noelia Osés Fernández
This thread is very enlightening, thank you very much! Is there a way I can see what the P, PtP, and PtL matrices of an app are? In the handmade case, for example? Are there any pio calls I can use to get these? On 17 November 2017 at 19:52, Pat Ferrel wrote: > Mahout builds the model by doing