predictive analytics customer-based product recommendations

matthias_ko
matthias_ko New Altair Community Member
edited November 5 in Community Q&A

 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

  • Telcontar120
    Telcontar120 New Altair Community Member

    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.