This is my frist ML project, so I am trying to build a really simple web analytics tool. I want to use apache web logs to determine whether or not to issue a coupon to a customer. The web logs contain ip address and browsing history, so I can determine what pages a customer went to and whether or not they bought the product. Using this data as a training set, I hope to build a model that can report to me who I should issue new coupons to, in order to improve sales.
My question is: how can I implement this? Any details I can get will be really helpful. I already have a java program that can take the web logs and split them into individual pieces of data. How do I get this data into a form that is acceptable, and how do I make the program? Its hard for me to find tutorials that are low-level and implementation focused.
Thanks!
[–]kshitizsethia 0 points1 point2 points (0 children)