Rostlab / JS16_ProjectB_Group6

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.
GNU General Public License v3.0
3 stars 4 forks source link

Configurable endpoints #58

Closed sacdallago closed 8 years ago

sacdallago commented 8 years ago

Hey guys, every endpoint must be configurable. This package needs to be independent of everything else, also of bruck's server!

Look how C10 implemented this: https://github.com/Rostlab/JS16_ProjectC_Group10/wiki/Init-New-GoT-Map-and-Options

subburamr commented 8 years ago

Fixed by #59