0.0.5 • Published 8 years ago

gotarffplod v0.0.5

Weekly downloads
1
License
GNU
Repository
github
Last release
8 years ago

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