Data Science

R with (external) GPU

Posted on

We are going to mess around with some of the R gpu packages using our eGPU Rig. Look here for how to set up RStudio and then use the gpuR, gputools and keras/tensorflow packages against an eGPU.

Data Science

SparkR with OpenShift

Posted on

Let’s set up a data science workbench on OpenShift (docker/kubernetes). The components will be an RStudio Server executing SparkR instructions to a remote Apache Spark instance, all hosted within a local OpenShift cluster instance. Examples include processing AWS S3 Bucket hosted data from Spark. So saddle up and ride ole’ Roxy all the way! This lab is another in […]

Data Science

R using RStudio Server with OpenShift

Posted on

Introduction [ UPDATE ] A new and improved approached to standing up a RStudio Server as a container instance can be found here. To know R is to love R. RStudio Server is a popular IDE tool that makes the R experience even better. And OpenShift makes it even easier again. R is for Riki. […]