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