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
