Revisiting the Impact of Classification Techniques on the Performance of Defect Prediction Models

Authors - Baljinder Ghotra, Shane McIntosh, Ahmed E. Hassan
Venue - International Conference on Software Engineering, pp. 789-800, 2015

Related Tags - ICSE 2015 software quality defect prediction

Abstract - Defect prediction models help software quality assurance teams to effectively allocate their limited resources to the most defect-prone software modules. A variety of classification techniques have been used to build defect prediction models ranging from simple (e.g., logistic regression) to advanced techniques (e.g., Multivariate Adaptive Regression Splines (MARS)). Surprisingly, recent research on the NASA dataset suggests that the performance of a defect prediction model is not significantly impacted by the classification technique that is used to train it. However, the dataset that is used in the prior study is both: (a) noisy, i.e., contains erroneous entries and (b) biased, i.e., only contains software developed in one setting. Hence, we set out to replicate this prior study in two experimental settings. First, we apply the replicated procedure to the same (known-to-be noisy) NASA dataset, where we derive similar results to the prior study, i.e., the impact that classification techniques have appear to be minimal. Next, we apply the replicated procedure to two new datasets: (a) the cleaned version of the NASA dataset and (b) the PROMISE dataset, which contains open source software developed in a variety of settings (e.g., Apache, GNU). The results in these new datasets show a clear, statistically distinct separation of groups of techniques, i.e., the choice of classification technique has an impact on the performance of defect prediction models. Indeed, contrary to earlier research, our results suggest that some classification techniques tend to produce defect prediction models that outperform others.

Preprint - PDF

Bibtex

@inproceedings{ghotra2015icse,
  Author = {Baljinder Ghotra and Shane McIntosh and Ahmed E. Hassan},
  Title = {{Revisiting the Impact of Classification Techniques on the Performance of Defect Prediction Models}},
  Year = {2015},
  Booktitle = {Proc. of the International Conference on Software Engineering (ICSE)},
  Pages = {789-800}
}