RADON Defect Predictor

The RADON Defect Predictor is a Python library and a command-line tool to train and use Machine-Learning models for infrastructure code defect prediction.

How to Install

From PyPI:

pip install radon-defect-predictor

From source code:

git clone https://github.com/radon-h2020/radon-defect-prediction.git
cd radon-defect-predictor
pip install -r requirements.txt
pip install .

How to test

pip install pytest
unzip test_data.zip -d .
pip install -r requirements.txt
pip install .
GITHUB_ACCESS_TOKEN=************
GITLAB_ACCESS_TOKEN=******
pytest tests/