Personalized defect prediction models can more accurately predict buggy changes. The researchers propose two personalized approaches:
1) Personalized Change Classification (PCC) trains a separate model for each developer using their change history.
2) Confidence-based Hybrid PCC (PCC+) combines the predictions from the CC and PCC models, selecting the one with the highest confidence.
The approaches were evaluated on six projects, finding up to 155 more bugs by inspecting only 20% of code locations compared to non-personalized models. PCC and PCC+ consistently outperformed the baseline across different settings, demonstrating the benefits of personalization.