Published February 13, 2020 | Version v1
Dataset Open

GAP: Forecasting Commit Activity in git Projects

  • 1. University of Mons
  • 2. Eindhoven University of Technology
  • 3. University of Antwerp

Description

This entry contains the replication package for our paper GAP: Forecasting Commit Activity in git Projects accepted for publication in Journal of Systems and Software.

Abandonment of active developers poses a significant risk for many open source software projects. This risk can be reduced by forecasting the future activity of contributors involved in such projects. Focusing on the commit activity of individuals involved in git repositories, this paper proposes a practicable probabilistic forecasting model based on the statistical technique of survival analysis. The model is empirically validated on a wide variety of projects accounting for 7,528 git repositories and 5,947 active contributors. We found that a model based on the last 20 observed days of commit activity per contributor provides the best concordance. We also found that the predictions provided by the model are generally close to actual observations, with slight underestimations for low probability predictions and slight overestimations for higher probability predictions. This model is implemented as part of an open source tool, called gap, that predicts future commit activity.

Replication package

The model is explained and defined in "notebooks/Survival analysis.ipynb". This is a Jupyter notebook created with Jupyter Lab. The dependencies required to run this notebook are listed in requirements.txt and can be automatically installed using pip install -r requirements.txt. Consider making use of a virtual environment to ensure a proper replication of the analyses.

The data used to validate the model can be found in data/cargo.csv.gz. They were produced with the script data/convert.py that requires file data-raw/cargo_all_proj_commits_id.csv.gz. This file was created by retrieving all the commits of all projects hosted on github that are related to a project distributed on Cargo. To identify such projects, we relied on libraries.io dataset. GitHub API was then queried to obtain the username of each author (if available) to allow some basic identity merging task. Data about repositories were extracted from libraries.io 1.4.0 dataset and can be found in data/repositories.csv.gz.

The GAP tool

GAP is made available on https://github.com/AlexandreDecan/gap

Files

replication.zip

Files (49.4 MB)

Name Size Download all
md5:03e68227f5a317c11ab38df201e203fc
49.4 MB Preview Download