Re: ecommerce template prediction based on price

2016-10-18 Thread waheed iqbal
Thank you kenneth. Show original message On Tuesday, October 18, 2016 11:01 AM, Kenneth Chan wrote: You could add the price as "properties" of item.Then modify the Query class to add 'price' as one of field Modify isCandidate() function to take the price into

Universal Recommender date boosts

2016-10-18 Thread Tom McCaul
Hi, I'm setting up UR to return an ordered list of items for a category by popularity but I wanted to boost new in items. So far, I'm using an attribute to create a boost for those new products but this isn't the most ideal set up. I'd prefer for the boost to be weighted over time, so on day 1,

pio train -- --master yarn-cluster | Error

2016-10-18 Thread amal kumar
Hi, We are using Spark on yarn and after referring the below URL, we have been able to submit the jobs to yarn from remote machine (i.e. PredictionIO Server). http://theckang.com/2015/remote-spark-jobs-on-yarn/ 1. copied core-site.xml and yarn-site.xml from Yarn cluster onto remote machine

Re: PredictionIO with Remote Spark | pio train error

2016-10-18 Thread amal kumar
Hi, We are using Spark on yarn and after referring the below URL, we have been able to submit the jobs to yarn from remote machine (i.e. PredictionIO Server). http://theckang.com/2015/remote-spark-jobs-on-yarn/ 1. copied core-site.xml and yarn-site.xml from Yarn cluster onto remote machine

Re: ecommerce template prediction based on price

2016-10-18 Thread Kenneth Chan
You could add the price as "properties" of item. Then modify the Query class to add 'price' as one of field Modify isCandidate() function to take the price into account