8000 GitHub - drewlanenga/jackboot-firebase: Data/Code for 2014 NCAA Kaggle Submission
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

drewlanenga/jackboot-firebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jackboot Firebase

UPDATE

I never learned how to read.

Apparently, you can (and are encouraged) to supplement data sources, but you are discouraged from sharing private data outside of teams.

So I scraped ESPN for all regular season data for the past five years, which can be found in data/espn/.

Loading Data

Source the load.R script.

Current Model

  1. Generate the offensive and defensive rating for each team in each season. (calculate_ratings.R)
  2. Generate a linear model (currently via least squares, in calculate_coefficients.R) as defined by: points ~ offensive rating + defensive rating + location
  3. Simulate each game by selecting 10,000 random draws from the distributions of the model coefficients, and compare pairwise points as games.

About

Data/Code for 2014 NCAA Kaggle Submission

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0