BeyeBLOGS | BeyeBLOGS Home | Get Your Own Blog

« Book Review: Blink | Main | "Load balancing" decisions »

July 25, 2006

The ART of (genetic) segmentation

I saw a post or two recently on genetic algorithms (including Alberto's and Walter's) and it made me want to post about a recent Fair Isaac use of genetic algorithms called "Adaptive Random Trees" or ART.

So how does ART work, how does it apply something as esoteric as genetic algorithms to something as practical as making cross-sell offers? Let's lay out a typical scenario. I have a population of customers and I want to predict something about them - say their likelihood of accepting a specific cross-sell offer. A typical predictive analytic approach is to develop a model that uses historical data about who has, and who has not, accepted offers to calculate some kind of score or measure of responsiveness - anequation if you will - that can be applied to each customer to calculate a value that represents their likely responsiveness. Often when developing these models an analyst discovers that different segments of the customer base behave differently. This means that more than one model is required - typically each segment will need its own model. For a given population this may quickly result in an unwieldy number of segments and hence models. Even though building a predictive model for each segment improve the accuracyof the prediction, and thus the likely precision of the targeting of that population, it costs too much and takes too long to do. Enter ART.

ART uses genetic algorithms to develop both the segments that should have their own models and the models themselves. It does this by:

The process continues until the new trees are not producing any better results than the previous generation. At this point you have both an optimal segmentation tree and initial models to calculate a prediction for the members of each segment. All of this without human intervention in the process - the process is initiated and bounded by someone with strong analytic skills and the final result is easy to modify and streamline to match production needs but the genetic algorithm does the work in between. The endresult is best expressed as a set of business rules representing a decision tree and a set of predictive models for each segment. A true EDM solution.

Posted by James Taylor at July 25, 2006 1:50 PM

Comments

Post a comment




Remember Me?
    

(you may use HTML tags for style)