Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Decision Algorithms In Production.

Decision Algorithms In Production.

Advice for researchers and analysts from a coder on transitioning a mathematical model from proof-of-concept to production. Presented at the AI Startups Conference http://aistartupsconference.org

Philip I. Thomas

May 25, 2016
Tweet

More Decks by Philip I. Thomas

Other Decks in Research

Transcript

  1. Tests we run: • Formatting • Linting • Unit tests

    • Backtesting • Speed benchmarks
  2. Summary • Simplify the problem • Make builds repeatable •

    Log everything • Backtest • Cache • Downgrade elegantly