Coder Social home page Coder Social logo

ecs260-final-project's Introduction

SPACE Project

Installation

virtualenv -p python3 venv
source venv/bin/activate

Intro

In order for us to create a model for productivity we need to gather the following information for each aspect of SPACE.

  • Performance: Number of bugs (number of issues)
  • Activity: Number of pull requests (open and close)
  • Communication: Number of pull requests

As a baseline we will use the number of commits to measure productivity:

  • We can easily get this with pydriller.

The page limit for the progress report.

Plan

We aim to develop a linear model to predict productivity. This model has five preditctors (at this stage). These predictors are listed as follows:

  • Number of bugs reported
  • Number of pull requests opened per month
  • Number of pull requests closed per month
  • Number of merged pull requests
  • Number of unmerged pull requests

These predictors will predict an outcome which is the number of commits.

Division of labor:

  • Agnieszka and Mahyar will be responsible for extracting information.
  1. Agnieszka will gather information about pull requests
  2. Mahyar will gather information about issues (bugs).
  3. Deliverables: python module that does these
  • Alicia and Veronica will work on developing a model:
  1. Developing a linear model using data analysis modules in python
  2. Create dummy data for your model and develop that model
  3. Deliverable: Jupyter Notebook to create model and plot graphs

Note

Never push your code to master branch, rather create a branch with your name (just a suggestion) and then create a PR.

Datasets

For each project we gather the follwoing data:

  • developer_id
  • time_window
  • issue_opened
  • issue_closed
  • pr_opened
  • pr_closed
  • pr_merged
  • commits

Plots list & Tables

  1. Statistics for the selected GitHub projects. (Language, issues, PRs, commits)
  2. Statistics on the metrics related to productivity over a period of 12 time windows: mean, st. dev, min, median, max for: issue_opened, issue_closed, pr_opened, pr_closed, pr_merged, commits.
  3. Multilinear regression summary table for all repos
  4. Maybe include linear regression summaries and plots (?)
  5. Results

ecs260-final-project's People

Contributors

aliciasiu avatar mahyarsamani avatar agalup avatar ver-tsarkova avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.