Abstract
Software developer turnover has become a big challenge for information technology (IT) companies. The departure of key software developers might cause big loss to an IT company since they also depart with important business knowledge and critical technical skills. Understanding developer turnover is very important for IT companies to retain talented developers and reduce the loss due to developers' departure. Previous studies mainly perform qualitative observations or simple statistical analysis of developers' activity data to understand developer turnover. In this paper, we investigate whether we can predict the turnover of software developers in non-open source companies by automatically analyzing monthly self-reports. The monthly work reports in our study are from two IT companies. Monthly reports in these two companies are used to report a developer's activities and working hours in a month. We would like to investigate whether a developer will leave the company after he/she enters company for one year based on his/her first six monthly reports. To perform our prediction, we extract many factors from monthly reports, which are grouped into 6 dimensions. We apply several classifiers including naive Bayes, SVM, decision tree, kNN and random forest. We conduct an experiment on about 6-years monthly reports from two companies, this data contains 3,638 developers over time. We find that random forest classifier achieves the best performance with an F1-measure of 0.86 for retained developers and an F1-measure of 0.65 for not-retained developers. We also investigate the relationship between our proposed factors and developers' departure, and the important factors that indicate a developer's departure. We find the content of task report in monthly reports, the standard deviation of working hours, and the standard deviation of working hours of project members in the first month are the top three important factors.
Original language | English |
---|---|
Title of host publication | Proceedings - ACM'17 14th International Conference on Mining Software Repositories, MSR 2017 |
Subtitle of host publication | 20–21 May 2017 Buenos Aires, Argentina |
Editors | Abram Hindle, Lin Tan |
Place of Publication | Piscataway NJ USA |
Publisher | IEEE, Institute of Electrical and Electronics Engineers |
Pages | 170-181 |
Number of pages | 12 |
ISBN (Electronic) | 9781538615447, 9781538615454 |
DOIs | |
Publication status | Published - 2017 |
Externally published | Yes |
Event | IEEE International Working Conference on Mining Software Repositories 2017 - Buenos Aires, Argentina Duration: 20 May 2017 → 21 May 2017 Conference number: 14th http://2017.msrconf.org/#/home https://ieeexplore.ieee.org/xpl/conhome/7959735/proceeding (Proceedings) |
Conference
Conference | IEEE International Working Conference on Mining Software Repositories 2017 |
---|---|
Abbreviated title | MSR 2017 |
Country/Territory | Argentina |
City | Buenos Aires |
Period | 20/05/17 → 21/05/17 |
Internet address |
Keywords
- Developer turnover
- Mining software repositories
- Prediction model