I attached a sample workflow where;
This is the workflow;
Here is the lift curve for estimation sample, AUC is 0,69, Gini is 0,395 (2AUC-1=GINI should be 0,38 by the way hmm a minor mismatch)
Something awkward happened and Model comparison gave us AUC=0.8867 not the above 0,690777
Here is the lift curve for validation sample this time, AUC is 0,656, Gini is 0,314 (2AUC-1=GINI should be 0,312 a minor mismatch again but OK)
Second awkward thing happened and Model comparison gave us AUC=0.8221 for validation sample not the above 0,656522!!!
So which one is true?
#logistic #regression #liftchart #modelcomparison #AUC #Gini
Solved! Go to Solution.
hi @Atabarezz
Cumulative captured response (Lift Chart) and ROC (Model Comparison) curves are not based on the same metrics, and handle data differently. The cumulative captured response curve works with decile level aggregates, while the ROC curve works with individual records. As a result, the results should not be identical across the two curves.
Please let me know if you have further questions, thanks!
Thanks for clarifying;
Got it... I suggest mentioning this in the tool and Help files as well and even put a comparison...
Best
thanks, @Atabarezz, you're totally right. I will work with our tech writing team on this. Perhaps a KB post, as well...