Replication Package for "Using Reinforcement Learning to Sustain the Performance of Version Control Repositories"
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://zenodo.org/record/13917388
下载链接
链接失效反馈官方服务:
资源简介:
The replication package is organized into two containers, each of which is responsible for reproducing figures and analyses for each RQ.
## Decompress Package
```$ tar -xvJf rl4monorepos.tar.xz```
## RQ1
1. Import the container
```$ docker import rq1.tar rq1```
2. Regenerate figures
```$ docker container run -v :/out -e R_SCRIPT=figures.R rq1 ```
3. Re-execute statistical tests
```$ docker container run -e R_SCRIPT=stats-test.R rq1```
## RQ2
1. Import the container
```$ docker import rq2.tar rq2```
2. Regenerate figures and print AUC values
```$ docker container run -v :/out -e R_SCRIPT=figures.R rq2 ```
创建时间:
2024-10-11



