gotarffplod
v0.0.5
Published
Project B (Which character is in most pressing need for life insurance?) of Group 7, JavaScript Seminar 2016, RostLab
Downloads
3
Maintainers
Readme
JS16_ProjectB
Game of Thrones characters are always in danger of being eliminated. The challenge in this assignment is to see at what risk are the characters that are still alive of being eliminated. The goal of this project is to rank characters by their Percentage Likelihood of Death (PLOD). You will assign a PLOD using machine learning approaches.
How to run the tests
Install node modules:
npm update
Run tests:
grunt
or
npm test