Skip to content

captivus/beer-data-science

 
 

Repository files navigation

Overview

This is a preliminary, strictly for-fun foray into beer data. Pairs well with most session IPAs.

All beer data was grabbed from the BreweryDB API, converted from JSON into a dataframe, and dumped into a MySQL database. You can find the main report in compile/compile.md and a presentation given at RLadies Chicago in a couple formats in the present directory.

The overarching question I went into the analysis with was: how well do beer styles actually describe the characteristics of beers within each style? In other words, do natural clusters in beer align well with style boundaries?

I set about answering this with a mix of clustering (k-means) and classification (neural net and random forest) methods. If you want to play around with clustering interactively, there's an app for that.

Structure

Reproduce it

To grab the data yourself, you can create an API key on BreweryDB run the run_it.R script inside the run_it directory. For a quicker but less up-to-date solution (the BreweryDB database is updated pretty frequently) you might consider stashing the data in a CSV or .feather file.

This analysis deals mainly with beer and its consituent components like ingredients (hops, malts) and other characteristics like bitterness and alcohol content. However, you can easily construct your own function for grabbing other things like breweries, glassware, locations, etc. by running the function generator in helpers/construct_funcs.R.

Any and all feedback is more than welcome. Cheers!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.5%
  • Other 0.5%