Meeting 9: January 13, 2019 - QMIND-Team/Sabermetrics GitHub Wiki

  • Naming Conventions
    • See where we're at
    • Discuss what we need to do
  • Keras
    • Adam is coming to the meeting Tuesday
  • WAR and VORP calculation
    • Need modules that calculate both in different ways
    • Need a way to validate the results and compare them to other ways of computing them
    • Need to figure out the weighting of them in relation to value and stability
  • The simulator
    • Start thinking about the architecture of it
    • Object oriented might be the best way to go
    • Simplest way of starting
      • Events: Walks, singles, triples, doubles, home run, errors, outs etc.
      • Probabilities
      • Main things to keep track of: innings, score, runners on base
    • After that we add in players
    • Then other probabilities like weather, parks, injuries etc.