Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trevor-smith/fanduel_nba
predicting nba performance to make fanduel.com nba bets
https://github.com/trevor-smith/fanduel_nba
Last synced: 11 days ago
JSON representation
predicting nba performance to make fanduel.com nba bets
- Host: GitHub
- URL: https://github.com/trevor-smith/fanduel_nba
- Owner: trevor-smith
- Created: 2014-12-27T21:48:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T06:07:33.000Z (over 9 years ago)
- Last Synced: 2024-08-02T14:12:17.078Z (4 months ago)
- Language: Python
- Size: 156 KB
- Stars: 14
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Description
This repo is dedicated to my love of fantasy sports! This is going to contain my source code
for predicting player performance. The goal is to provide daily lineups that are most likely
to win a person money in fanduel daily fantasy contests. More to come.### Steps
1. daily_data_transform.py is how I will transform the incoming csv data file every day.
The data needs to be transformed so that I can make predictions with it.2. train_model.py is the file I will use to train the model. the model will be retrained
and reevaluated weekly.3. predict_scores.py is the file I will use to predict the fanduel scores for that day
### Other
data_modeling_pt1.py is my initial exploration of the models