The fully open source software stack of the Ubuntu Data Science Virtual Machine (DSVM) hosted on Azure is a great place to support an R workshop or laboratory session or R training. I record here the simple steps to set up a Linux Data Science Virtual Machine (in the main so I can remember how […]
Posts tagged r software
A Grammar of Machine Learning: graml
Data Scientists have access to a grammar for preparing data (Hadley Wickham’s tidyr package in R), a grammar for data wrangling (dplyr), and a grammar for graphics (ggplot2). At an R event hosted by CSIRO in Canberra in 2011 Hadley noted that we are missing a grammar for machine learning. At the time I doodled […]
R + Shiny + Leaflet + bicycle acciden...
This is a nice example of the power of multiple APIs working together to deliver a solution. The app uses R’s Shiny to control a map built using the open source JavaScript Leaflet based on public data displaying map tiles generated by Stamen Design on Open Street Map data. Thanks to colleague and R guru […]