Skip to content

lobostome/jool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jool

Feature generation for bug prediction

Installation

brew install libgit2
pipenv --three
pipenv install
python -m nltk.downloader 'punkt'

For private repositories, you will need to set up a private and public rsa key as environment variables as such:

export JOOL_PUBLIC_KEY="~/.ssh/id_rsa.pub"
export JOOL_PRIVATE_KEY="~/.ssh/id_rsa"

Run tests

pipenv run tox

Run debugger

pipenv run tox -- --pdb

About

Feature generation for bug prediction

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published