Skip to content
forked from antriv/R-cadence

Training Materials for R and Microsoft R Server

Notifications You must be signed in to change notification settings

hning86/R-cadence

 
 

Repository files navigation

MRS for Trainers

  • Signup Sheet, please fill out before class!

    • I'll use the signup sheet to email you, so add your email address if you want to be contacted with updates
  • Download Data as a zip file, and extract to directory

  • Mount data disk:

    • East US:

    cmdkey /add:dsvmeastsa.file.core.windows.net /user:dsvmeastsa /pass:dkAcC7FNY+G983/cXrWV9FPrwVzD4agxO6xK7+ubLokoLcZ/hVEPA9pV7e9vuBNp/J6qW6ifA5zhb6qg5uJ8yA==

    net use z:  \dsvmeastsa.file.core.windows.net\dsvmdatadisk

    • Southcentral US:

    cmdkey /add:dsvmdatadisk.file.core.windows.net /user:dsvmdatadisk /pass:xhbh5CreqLsxX2jrtpHjOhDnv49EMPhfUA24JVcQxy08KdBjDXaCKc1ymbiNmXX9VIpak/7cJp1fFdqZEESnGA== net use z: \dsvmdatadisk.file.core.windows.net\mydata

  • Download data for dplyrXdf tutorial:

Decisions About Course Format

  • Topics
    • R Fundamentals
    • Data Manipulation with dplyr
    • Data Manipulation with dplyrXdf
    • Spark, SparkR and RxSpark
  • Datasets
  • Compute Contexts: we will focus on the local compute contexts and RxSpark compute contexts. Subsequent trainings may be centered on
    • LocalParallel
    • RxInSqlServer

Logistics

  • Need MRS 8.0.3
  • an R IDE

You can use RTVS and the DSVM. For classrooms, we have been using RStudio Server, but we are transitioning to Jupyter. Hopefully, we can use JupyterHub to easily deploy classrooms later this year.

VMs

Course Repository

We are still in the process of transitioning our course materials from our Revolution Repository to the Azure repository and Cortana gallery. Currently, you can find the following two courses on the Cortana Gallery:

About

Training Materials for R and Microsoft R Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • R 0.1%