Skip to content

Example Tableau Workbooks that utilizes H2O as the big data statistical component

Notifications You must be signed in to change notification settings

amywang718/h2o_3_tableau_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Example Tableau Workbooks that utilizes H2O as the big data statistical component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages