I have data with customer personal information and customer transaction. I cannot figure out how to use the data for training my model?
Customer information attributes: ID Age Gender State etc
Customer transaction ID Store ID No of items bought State etc
Store info Store ID State Daily revenue Store size etc
I want to predict if customer will buy at a particular store or not/ So can I have the train data with suppose 5 different stores for every customer where the customer shops and then predict in other store?
Topic classification machine-learning
Category Data Science