I computed a HP random Forest model using SAS Miner to identify the propensity to buy a product. As result, I have found that my model produce a lift chart value about 9 (on a first decile) in the validation set. In your opinion and experiences, isn't that value too high? Should I expect a smaller value?
The maximum possible lift is relative to the overall population rate of your event. The lift in the first decile will differ across data even if they have the same overall population rate since the ability of the available data to predict an event varies across data. Lift is useful since it has no units -- it is just a relative increase/decrease in the occurence of an event, but this almost means that you must consider both the lift and the actual predicted occurrence to properly assess how "big" it is. For a discussion of how the occurrence rate and lift are related, see the discussion at
https://communities.sas.com/t5/SAS-Data-Mining-and-Machine/Help-with-over-under-sampling-of-the-rare-event-in-predictive/m-p/388519#M5851
Hope this helps!
Doug
... View more