Rostlab / JS16_ProjectB_Group7

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
1 stars 1 forks source link

Data flow and storage #7

Closed sacdallago closed 8 years ago

sacdallago commented 8 years ago

In an effort to bring together the pieces, we came up with the following requirements:

The predictions that you will produce will be bound to a character, say

{
  name: "Some character",
  ...,
  PLOD7: //YOUR NORMALIZED PLOD HERE,
  PLOD6: // B6's PLOD here
}

As the PLOD for a character will be a numerical value and the machine learning will only train on the available data now, so it makes no sense for you to create PLODs dynamically.

You will write directly on the database that A uses that should be somewhere on mLab. If @kordianbruck is using his own server to store the data, please come up with some idea.

@AlexMoroz I assigned the issue to you because E should supervise this, but defer commitment to one of your teammates.