That's not a bad idea Saikat. I'll try that out. Thanks! - Matt
On Sun, Mar 24, 2013 at 9:25 PM, Saikat Kanjilal <[email protected]>wrote: > Matt, > One idea might be to create a trigger off this table that fires to return > a subset of the records based on the tag you describe below. Would that > work for you? > > Sent from my iPhone > > On Mar 24, 2013, at 5:11 PM, Matt Mitchell <[email protected]> wrote: > > > Hi, > > > > I have a table of user preferences with the following columns: > > > > user_id > > item_id > > tag > > > > I want to build a data model in mahout, but not use the entire table. I'd > > like to add a where clause like "where tag = 'A'" when building the model > > instance. Is this possible? If not, any way around this besides creating > a > > view or new table? > > > > Thanks, > > Matt >
