Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.31 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.31 KB

Tableau Demos

The following github repository is used to store example Tableau workbooks that utilizes H2O as the big data statistical component. The workbooks will use data that must be accessed externally. The focus of the Tableau workbooks available here are unique in that it utilizes H2O to add a machine learning component to Tableau.

Prerequisites

communcation_path

Each of the demos have calculated fields that executes R code on a local R server session and because H2O has a R package you can call H2O from the Tableau calculated field. To set up the local R socket server as well as load H2O functionalities there are a few prerequisites that the user will need to first need to satisfy:

install.packages("h2o")
install.packages("Rserve")

List of Demos

  1. Lending Club Application
  2. Airlines Dashboard