Issue close time: datasets + prediction classifiers
收藏NIAID Data Ecosystem2026-03-11 收录
下载链接:
https://zenodo.org/records/197111
下载链接
链接失效反馈官方服务:
资源简介:
This project contains experiments on predicting the amount of time required to close issue reports in software repositories. Namely, it contains (a) issue lifetime datasets from 10 large software projects and (b) experiment scripts to generate decision tree classifiers that predict issue close time.
To run the cross-validation experiment:
1. Compile the Java classes by running "make" or "make compile-java" on the command line
2. Configure the experimental setup by changing the variables at the top of run.sh
3. Run "bash run.sh" on the command line
4. Results can be found in out/
To run the round robin experiment:
1. Compile the Java classes by running "make" or "make compile-java" on the command line
2. Run "bash roundRobin.sh" on the command line
3. Results can be found in out/roundRobin
The latest version of this project can be found on GitHub: https://github.com/reesjones/issueCloseTime
创建时间:
2020-01-24



