Prediction Fun with the 2018 NCAA Men's Tournament

For the first time, I decided to submit predictions for the annual Kaggle March Madness prediction contest. Since I have the predictions at hand I thought I would post them as each round progresses with any comments about what it’s seeing. [Read More]
Tags: Kaggle, prediction, NCAA, basketball, March Madness

Using the Yelp API with R

This is a guide to using the Yelp API with R. The approach borrows liberally from advice published by Jenny Bryan. [Read More]
Tags: R, httr, API, Yelp

How to Automatically Retry a Scrape Function

If you do any decent amout of web scraping you’ve probably run into this situation: You have scheduled job set up to collect data from a website on some set interval (say, daily), where the assumption is the website will have updated its data by a certain time. [Read More]
Tags: R, web scraping