Skip to content

ualberta-smr/conflict-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artifact Page

This is the artifact page for the ESEM '19 "Predicting Merge Conflicts in Collaborative Software Development" paper by Moein Owhadi-Kareshk, Sarah Nadi, and Julia Rubin.

Content

Here are the main durectories:

  1. Logs: This directory contains the log of our code for extracting the software merging data.
  2. prediction_data: This library is the extracted features for training the predictors. The files start with data_ are the features and the files start with label_ are the targets.
  3. prediction_result: The output of predictors.
  4. tool: Our tool for data extraction and data classification.