elishayer / mRchmadness

NCAA men's basketball data scraping and bracketology R package
18 stars 10 forks source link

add 538 predictions for 2018 to package #9

Closed saberpowers closed 6 years ago

saberpowers commented 6 years ago

Download advancement probabilities from 538 as a csv file and save as data/pred.538.men.2017.RData and data/pred.538.women.2017.RData. We'll want to re-do this each day from the announcement of the brackets to the beginning of the tournament, re-building the package with patch increments to the semantic versioning each time. Also add documentation to R/pred.538.men.2017.RData and R/pred.538.women.2017.R.

2017 link: https://projects.fivethirtyeight.com/march-madness-api/2017/fivethirtyeight_ncaa_forecasts.csv

elishayer commented 6 years ago

Men's 2018 538 predictions added in https://github.com/elishayer/mRchmadness/commit/7cf17522df93b36131f70d4e6acb0b2589b3a981.