Git Product home page Git Product logo

hmm-paper-2020-r-experiments's Introduction

HMM Experiments DOI

This repository holds data, experimental setups, and code closely related to the paper "Exploiting Relations, Sojourn-Times and Joint Conditional Probabilities for Automated Commit Classification".

While the name implies hidden Markov Models, those were just one type of model tested here. We attempt also to fit dependent mixture models, joint conditional density models, as well as attempting traditional machine learning. We reverse-engineer rules for manually labeling commits and create labels for a few hundred commits. Then, we produce datasets of adjacent, labeled commits that can be used with the mentioned models:

  • commits_t-0.csv: Approx. 300 newly labeled commits. Some of these were contained previously in Levin's dataset and we labeled them here again to see if we would reach the same consensus. All commits have size properties from Git-Density attached and come also with the usual information, like author, committer, email, timestamps, messages, hashes, etc.
  • commits_t-1.csv, commits_t-2.csv, commits_t-3.csv: Those are the "interesting" datasets. These have the same feature names as commits_t-0.csv, but also come with 1/2/3 directly predecessing commits, so they 2/3/4 times the features as commits_t-0.csv. The names are the same, but suffixed by _t_{1,2,3}.

The latter type of commit chains can be exploited for sequential learning. For example, is there any value in knowing the activity that was carried out in the previous commit(s)?

hmm-paper-2020-r-experiments's People

Contributors

mrshoenel avatar

Stargazers

 avatar  avatar

Watchers

 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.