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

Taylor Monticelli
5 min readDec 30, 2020

Part 3: Model Selection & Analysis

Now that we have a feature set we will try out some models, analyze results & come up with a gameplan to predict our next weeks results.

The data used is located here. Python Code is located here.

--

--