Shopping cart Recommender (was Item-set Recommender)

2014-04-27 Thread Pat Ferrel
from user actions, actions like purchased-together/shopping cart purchases, watchlists etc. i = an item-set vector for a specific user B: itemSetID, items 1, iPad:iPad-case,stylus 2, iPad:battery-booster:iPad-case [B’B]i = r_i, right? [B’B] would be an item-item cooccurrence similarity

Re: Shopping cart

2013-02-15 Thread Ted Dunning
of things. The first action is insertion into a cart and the second is purchase of an item. On Thu, Feb 14, 2013 at 9:53 AM, Pat Ferrel pat.fer...@gmail.com wrote: There are several methods for recommending things given a shopping cart contents. At the risk of using the same tool

Shopping cart

2013-02-14 Thread Pat Ferrel
There are several methods for recommending things given a shopping cart contents. At the risk of using the same tool for every problem I was thinking about a recommender's use here. I'd do something like train on shopping cart purchases so row = cartID, column = itemID. Given cart contents I

Re: Shopping cart

2013-02-14 Thread Ted Dunning
is purchase of an item. On Thu, Feb 14, 2013 at 9:53 AM, Pat Ferrel pat.fer...@gmail.com wrote: There are several methods for recommending things given a shopping cart contents. At the risk of using the same tool for every problem I was thinking about a recommender's use here. I'd do something like

Re: Shopping cart

2013-02-14 Thread Pat Ferrel
14, 2013 at 9:53 AM, Pat Ferrel pat.fer...@gmail.com wrote: There are several methods for recommending things given a shopping cart contents. At the risk of using the same tool for every problem I was thinking about a recommender's use here. I'd do something like train on shopping cart

Re: Shopping cart

2013-02-14 Thread Sean Owen
at 9:53 AM, Pat Ferrel pat.fer...@gmail.com wrote: There are several methods for recommending things given a shopping cart contents. At the risk of using the same tool for every problem I was thinking about a recommender's use here. I'd do something like train on shopping cart purchases

Re: Shopping cart

2013-02-14 Thread Pat Ferrel
for recommending things given a shopping cart contents. At the risk of using the same tool for every problem I was thinking about a recommender's use here. I'd do something like train on shopping cart purchases so row = cartID, column = itemID. Given cart contents I could find the most similar cart

Re: Shopping cart

2013-02-14 Thread Sean Owen
14, 2013 at 9:53 AM, Pat Ferrel pat.fer...@gmail.com wrote: There are several methods for recommending things given a shopping cart contents. At the risk of using the same tool for every problem I was thinking about a recommender's use here. I'd do something like train on shopping cart

Re: Shopping cart

2013-02-14 Thread Pat Ferrel
: There are several methods for recommending things given a shopping cart contents. At the risk of using the same tool for every problem I was thinking about a recommender's use here. I'd do something like train on shopping cart purchases so row = cartID, column = itemID. Given cart contents I could find

Re: Shopping cart

2013-02-14 Thread Sean Owen
is purchase of an item. On Thu, Feb 14, 2013 at 9:53 AM, Pat Ferrel pat.fer...@gmail.com wrote: There are several methods for recommending things given a shopping cart contents. At the risk of using the same tool for every problem I was thinking about a recommender's use here. I'd do

Re: Shopping cart

2013-02-14 Thread Ted Dunning
things given a shopping cart contents. At the risk of using the same tool for every problem I was thinking about a recommender's use here. I'd do something like train on shopping cart purchases so row = cartID, column = itemID. Given cart contents I could find the most similar cart

Re: Shopping cart

2013-02-14 Thread Pat Ferrel
wrote: There are several methods for recommending things given a shopping cart contents. At the risk of using the same tool for every problem I was thinking about a recommender's use here. I'd do something like train on shopping cart purchases so row = cartID, column = itemID. Given cart