I attached a sample workflow where;
- I load a sample dataset (german credit in the regression sample)
- Calculate Yes/No, ratio of defaults
- Split estimation and validation samples
- Trained logistic model on estimation sample
- Checked performance measures thru estimation sample running Lift Chart Tool and Model Comparison Tool
- Then check performance measures thru validation sample for proper measure again using both Lift Chart Tool and Model Comparison Tool...
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?
- measures from Lift Tool
- or measures from Model Validation Tool
#logistic #regression #liftchart #modelcomparison #AUC #Gini