Skip to content

cggaurav/auto-label-github-issues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auto-label-github issues (beta)

This project exposes an LSTM model that auto labels Github issues. The goal is to have the full pipeline in continous deployment and rapidly improve the model accuracy. This is an independant project to clear the cloud on how to actually build an ML model and understand what it takes for taking it from 0 - 1 with continues integration.

Training set

Following Octoverse, we looked at the "Ten most discussed repositores" and trained on the closed issues.

Supported Labels

After looking at Github's default labels and what's being used in the projets above we as a first pass are training. See Labels

bug
question
enhancement
feature
help wanted
doc

Training Strategy

We are picking the title and mapping the existing labels in the issues above to our baseline version. We are using LSTM

We are using pytorch v0.3.1

Demo

Here you go and the backend API sits here

Contribute

TODO

  • Train more labels
  • Output multi labels