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

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' Get some documents from an index: curl -XGET 'localhost:9200//_search?q=*' Then look at the

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: > >

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

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