predictive analytics customer-based product recommendations

matthias_komatthias_ko MemberPosts:1Contributor I
edited November 2018 inHelp

I want do some predictive analytics with rapidminer. My target is to predict the next best offer for each customer. Each line in my database includes customer_id and customer attributes as well as the columns with the subcategory and how often the customer bought products within the subcategory. So, now I think decision trees or regressions could be good algorithms.

Does anyone has some advice for me?

Answers

  • Telcontar120Telcontar120 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:1,635Unicorn

    Decision Trees are good for classification tasks, but they are prone to overfitting, so be careful with them. You may want to start with one for data understanding but then supplement with Random Forest or with Gradient Boosted Trees.

    Regression is for numerical labels, so it might not be the best approach for a next-best-offer problem.

    Brian T.
    Lindon Ventures
    Data Science Consulting from Certified RapidMiner Experts
    sgenzer matthias_ko
Sign InorRegisterto comment.