RL Portfolio

Dashboards/Visualizations


Iris Classification Dashboard

Sample dashboard done in R-Shinny of classic classification data of Iris species.

  • R
  • Shiny

Tableau Dashboard

Simple dashboard from Tableau Public sample data.

  • Tableau

Tableau Dashboard 2

Another Tableau dashboard with credit card customer data from Kaggle.

  • Tableau

Tableau Dashboard 3

The third Tableau dashboard on Video Game sales data, with various filter functions.

  • Tableau

- - -

- - -

- - -

- - -

R Graphs

A small collection of visualizations created in R with ggplot2 and various other packages. In respective order of:

  • Logistic regression plot of the probability of an account defaulting.
  • A graph predicting Donner Party survivors.
  • Generalized pairs plot of Iris data.
  • Decision tree to predict the prescence of diabetic retinopathy signs or not (refer to source for meaning behind variable numbers).
  • US census poverty percentage estimates by county for 2014 for the South Atlantic Region. (usmaps package)

  • R
  • ggplot2