Giter Site home page Giter Site logo

rcc-finder's Introduction

RCC-Finder

Description

This repository contains all source codes of RCC-Finder, a heuristic code reviewer recommender system. The codes folder consists of 7 jupyter notebooks. We tried to choose each notebook name in a way that helped to understand its function.

structure

Here is a brief explanation of source code files:

  • WhDo reimplementation: Contains reimplementation of WhoDo, the recommender system with which we compared our proposed approach.

  • Preparation: Contains code of some primary data manipulations, such as selecting pull requests that have been reviewed and finding all candidate reviewers.

  • Relative scores calculation: Basic commit and review scores were obtained in the WhoDo reimplementation. In this file, we calculated relative commit and review scores based on those basic ones.

  • Former packs change score: WhoDo considers commit experience on files and last-level directories. In this file, we tried to test the commit score for directories in the level preceding the last level.

  • Review and commit scores calculation with different time coefficients: RCC-finder considers recency of commit and review experiences. This file contains the source code for calculating scores using different time coefficients.

  • Calculate collaboration score: Contains source code for calculating collaboration score.

  • Calculate activity score using 5 different methods: Contains of five different methods we tried to calculate activity score through.

Dataset

Our dataset is accessible here

The repository consists of two folders:

  • Dataset: Contains the primary dataset of article [] we used companion with additional data we fetched using GitHub rest API.

  • Features: Contains sheets of data that represent different combinations of original dataset fields we created to facilitate score calculations.

In code files, we used files in the dataset and features directories content referring by their address. We assumed dataset and features folders are in the same folder as jupyter notebooks. Also, our codes make some new files in a new directory named results beside notebooks.

rcc-finder's People

Contributors

minamoosareza avatar heydarnoori 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.