Skip to content

evilsocket/octofairy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

octofairy is a machine learning based GitHub bot that, given certain features of an Issue, will try to predict if it'll ever be closed and if so, if with a commit or not.

WORK IN PROGRESS

Install ergo and then the deps of this project:

make requirements

Set your GitHub API key and download issues as JSON files from a given repo:

make download GITHUB_API_KEY="set-your-api-key-here" GITHUB_REPO=github.com/golang/go

Perform features extraction from the GitHub issues and vectorialize them:

make convert GITHUB_REPO=github.com/golang/go

Train:

make train GITHUB_REPO=github.com/golang/go

View the model:

ergo view .

About

A machine learning based GitHub bot for Issues.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages