Litcius/Paper detail

Simpler Hyperparameter Optimization for Software Analytics: Why, How, When?

Amritanshu Agrawal, Xueqi Yang, Rishabh Agrawal, Rahul Yedida, Xipeng Shen, Tim Menzies

2021IEEE Transactions on Software Engineering24 citationsDOIOpen Access PDF

Abstract

How can we make software analytics simpler and faster? One method is to match the complexity of analysis to the intrinsic complexity of the data being explored. For example, hyperparameter optimizers find the control settings for data miners that improve the predictions generated via software analytics. Sometimes, very fast hyperparameter optimization can be achieved by “DODGE-ing”; i.e., simply steering way from settings that lead to similar conclusions. But when is it wise to use that simple approach and when must we use more complex (and much slower) optimizers? To answer this, we applied hyperparameter optimization to 120 SE data sets that explored bad smell detection, predicting Github issue close time, bug report analysis, defect prediction, and dozens of other non-SE problems. We find that the simple DODGE works best for data sets with low “intrinsic dimensionality” ( <inline-formula><tex-math notation="LaTeX">$\mu _D\approx 3$</tex-math></inline-formula> ) and very poorly for higher-dimensional data ( <inline-formula><tex-math notation="LaTeX">$\mu _D &gt; 8$</tex-math></inline-formula> ). Nearly all the SE data seen here was intrinsically low-dimensional, indicating that DODGE is applicable for many SE analytics tasks.

Topics & Concepts

HyperparameterComputer scienceAnalyticsSoftwareCurse of dimensionalitySoftware analyticsData analysisSimple (philosophy)Machine learningData miningHyperparameter optimizationData scienceArtificial intelligenceSoftware developmentSoftware development processPhilosophySupport vector machineProgramming languageEpistemologySoftware Engineering ResearchSoftware Testing and Debugging TechniquesSoftware Reliability and Analysis Research
Simpler Hyperparameter Optimization for Software Analytics: Why, How, When? | Litcius