The document describes a machine learning approach called DRONE that uses multi-factor analysis to predict the priority of reported bugs. DRONE extracts over 30 features related to temporal, textual, author, severity, product, and related reports factors. It then applies linear regression and thresholding on a dataset of 178,609 bug reports to classify bugs into five priority levels. An evaluation shows DRONE improves the average F-measure over baselines from 18.75% to 29.47%, and identifies product and related report features as most discriminative.
Related topics: