Yeh and Lien compare six data-mining classifiers for predicting the probability of default of credit-card clients (30,000 customers in Taiwan — the dataset that became the widely-used UCI "Default of Credit Card Clients" benchmark), and argue that for risk management the accuracy of the predicted probability matters more than the binary credible/not-credible label. Since the "true" default probability is unobserved, they introduce the Sorting Smoothing Method (SSM) to estimate it, then check calibration by regressing the estimated real probability on the model's predicted probability : a well-calibrated model gives with intercept , slope , and high . Only the artificial neural network achieves this among the six.
"From the perspective of risk management, the result of predictive accuracy of the estimated probability of default will be more valuable than the binary result of classification — credible or not credible clients."
"The simple linear regression result () shows that the forecasting model produced by artificial neural network has the highest coefficient of determination; its regression intercept () is close to zero, and regression coefficient () to one."
The paper is best remembered for two things well outside its modest "which classifier wins" framing. First, it created the UCI credit-default dataset that has since trained countless ML tutorials and benchmark studies — a piece of infrastructure. Second, and more usefully for the wiki, it makes the classification-accuracy-is-not-calibration point concretely: a model can put clients in the right order (good lift, low error) yet systematically mis-state the magnitude of default probability, which is exactly what a lender pricing risk cannot tolerate. The Sorting Smoothing Method is a rough-and-ready reliability estimator — sort by score, locally average the outcomes — and the regression is a simple calibration diagnostic (a cousin of the reliability diagram and the calibration slope/intercept used in clinical prediction). It sits alongside the wiki's proper scoring rules and interval-forecast evaluation as the classifier-probability face of forecast calibration, and it motivates the explicit score-to-probability transforms of Zadrozny-Elkan (2002). Its conclusion that the neural net is uniquely well-calibrated is dataset-specific and not a general law — the transferable lesson is the diagnostic, not the winner.