The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Are there any links out there showing how RapidMiner calculates customer long-time value CLV?
A Google search only shows how to hire RapidMiner to do an AI assessment.
Customer Lifetime Value Solution | RapidMiner
Customer Lifetime Value Solution | RapidMiner
0
Best Answer
-
BalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornHi!
The RapidMiner Academy contains an example in the free Machine Learning Professional course.
https://academy.rapidminer.com/courses/machine-learning-professional
For CLV and similar projects, the data availability and smart processing are the most important factors. You can get really creative here. Modeling is not the big problem.
You need to find or derive indicators in your data that allow a model to learn the factors and their strength for a higher CLV. Be careful to only include data in the model that will be available when applying the model. E. g. right after registration you might only have a few attributes: Time of day, weekday, customer country, browser, contact source. These probably don't determine the CLV enough. If you take the first order or some other behaviours later, these might make a larger difference. And so on.
Regards,
Balázs0