Re: User based recommender

2014-12-08 Thread Yash Patel
most columns have different values,when you say preprocess do you mean using classifiers ? my dataset is highly structured in nature so i dont understand how a classifier will work. On Dec 8, 2014 2:20 AM, "Pat Ferrel" wrote: > If there is some “filter” column that flags one type of item or ano

Re: User based recommender

2014-12-08 Thread Pat Ferrel
No classifier, just turn the one csv into several, each being a collection for one action. user ID,item ID Where the item ID is whatever the action corresponds too. For instance a , for being at a location or , for a purchase etc. These can go directly into the command line of spark-itemsimilar