Skip to content

Latest commit

 

History

History
45 lines (45 loc) · 3 KB

notes.md

File metadata and controls

45 lines (45 loc) · 3 KB

ToDo

  • Player noisiness is a real issue if they missed the first X games. Currently not figuring for it but should
  • Not a huge issue given running data stuff atm, but it's there
  • Should probably reconcile cumulative stats starting at 0 for people midway but NaN for calculated
  • Really just clean up build_site.sh and multipleWorksheets.pl!

Migrate to D3 v4

Revamp plan

Front page rewrite
  • Recalibrate threshold - maybe move toward specific values (5 for lifetime, 3 for running, 2 for season?)
  • Figure out how much I can (mostly) stop skipping data and just let the noise in on the lifetime and season pages
  • Could create player page alongside data, but might need to swap masterDates and dudes order in masterData parsing
  • Link game dates in graph or table or something to individual pages?

Stats

  • More content! 👍 💯 👍
  • Could we maybe do an ELO score? Curious how this would look year to year, maybe manually grab data from facebook?
  • Would probably need to be a separate workflow
  • Team stats (RF/RA), PCA plots?
  • Calcuate oWAR from full team averages? Need to reform wOBA first and look toward RAA
  • How do I calculate wOBA scale? Scaled to OBP but what does that mean?
  • Could show team average, at least for calculated stats
  • Individual stats with predictions, goal AVG? Would need player pages...
  • Can I pull this info from masterData? Maybe.
  • Show lifetime graph and list per-season stat lines?
  • Or good place to show some sort of scatter graph? I'm sure some saber site has a good example
  • Or perhaps one of those radial diagrams? With various stats? Relates to PCA...

JS