DFS Fantasy Football Lineup Optimizer
Version 1.0.0 (581 KB) by
Hans Scharler
Optimize your Daily Fantasy Sports (DFS) fantasy football lineups with MATLAB and the Optimization Toolbox
DFS Optimizer
Download Projection Data
- Go to Daily Fantasy Fuel and click on “Download Projects as CSV”
- Save the file to your computer as “DFF_data.csv” into a new folder
Access MATLAB
You might have MATLAB installed on your computer, so all you have to do is open MATLAB. If you don’t have MATLAB installed, you can use MATLAB Online at matlab.mathworks.com by signing in and clicking “Open MATLAB Online (basic).”
Import the Data
- Right-click on the “Current Folder” and click “Upload Files”
- Select the CSV file that you downloaded from Daily Fantasy Fuel
- Right-click on the DFF_data.csv that we uploaded and click Open
- Click “Import Selection” and “Import Data”
Enter and Run the Code
- Right-click on the Current Folder area, click New, and then Live Script
- Name it “dfs.m” and open it
- Copy and paste my MATLAB code from GitHub into your new MATLAB Live Script.
- Click “Save”
- -Change the salaryCap variable to the salary cap to optimize for. 50,000 to 60,000 is a common range.
- Click the Run button on the Live Editor tab
Resources
- Full Tutorial - https://nothans.com/win-at-dfs-by-optimizing-your-fantasy-football-lineups
- Source code at GitHub - https://github.com/nothans/dfs-optimizer
- Daily Fantasy Fuel - https://www.dailyfantasyfuel.com/nfl/projections/
- MATLAB - https://matlab.mathworks.com/
- Optimization Toolbox documentation - https://www.mathworks.com/help/optim/
Cite As
Hans Scharler (2023). DFS Fantasy Football Lineup Optimizer (https://github.com/nothans/dfs-optimizer), GitHub. Retrieved .
MATLAB Release Compatibility
Created with
R2022b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Versions that use the GitHub default branch cannot be downloaded
Version | Published | Release Notes | |
---|---|---|---|
1.0.0 |
|
To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.