Template are supported by their authors. The ones that were donated to Apache 
are supported by Apache committers here. Others have support links on their 
gallery entry. The UR has it’s own Google group as do other ActionML templates 
but often for a non-Apache non-ActionML template you may need to register an 
issue on it’s github repo.

I think if the issue is PIO related we can help here.

It may be no one has used this template here.


On Jul 27, 2017, at 2:51 AM, Rasna Tomar <[email protected]> wrote:

Why there is no support for templates other than universal recommender.??

On Wed, Jul 19, 2017 at 3:20 PM, Rasna Tomar <[email protected] 
<mailto:[email protected]>> wrote:
Hi All


I am using survival regression for predicting whether user will purchase in 
next few days or not.

I am getting results similar to as shown below - 

Sample query -
curl -i -X POST http://localhost:8000/queries.json 
<http://localhost:8000/queries.json> -H "Content-Type: application/json" -d 
'{"features":[1.560,-0.605]}'

Output - 
{
  "coefficients": [
    -0.2633608588194104, 
    0.22152319227842276
  ], 
  "intercept": 2.6380946151040012, 
  "prediction": 5.718979487634966, 
  "quantiles": [
    1.1603238947151593, 
    4.995456010274735
  ], 
  "scale": 1.5472345574364683 
} 


For each user I am getting same values coefficients, intercept and scale, but 
Quantile and prediction values are different?
What is the meaning of quantile and prediction here?

Thanks






Reply via email to