Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.76 KB

File metadata and controls

27 lines (18 loc) · 1.76 KB

IDS-1

This repo is meant to analyse the Ringelmann effect on different-sized co-editing networks, as found in git repos.

main.ipynb contains code for manually building a multiple linear regression analysis.

visualization.ipynb contains all the code to visualize the mined data (the code snippets orginate from the git2net tutorial)

main_tlp.ipynb contains code for building a multiple linear regression analysis of the git2net-mined tlp-repo with statsmodels.

main_hello-world.ipynb contains code for building a multiple linear regression analysis of the git2net-mined hello-world-repo withstatsmodels.

main_architecture.ipynb contains code for building a multiple linear regression analysis of the git2net-mined android-architecture-repo with statsmodels.

main_nginx.ipynb contains code for building a multiple linear regression analysis of the git2net-mined nginx-proxy-repo with statsmodels.

Usage