Create A Robust Predictive Fantasy Football DFS Model In Python Pt. 5

Taylor Monticelli
5 min readDec 31, 2020

Part 5: Lineup Optimization

The last step to building your predictive dfs model, is implementing linear algebra to figure out what your best lineups are based on your predictions. For this we will be using the python package PuLP. This article will cover how to add in salary & position constraints, as well as additional…

--

--