user2020-metaflow-tutorial
user2020-metaflow-tutorial copied to clipboard
Tutorial contents for useR! 2020 Metaflow workshop
useR! 2020 Metaflow Tutorial, Aug 7th, 2020
Tutorial contents for useR! 2020 Metaflow workshop.
Slides available here
Install
devtools::install_github("Netflix/user2020-metaflow-tutorial", dependencies=TRUE)
Getting-started
Run the following command to create a user2020_tutorials folder in your current working directory. You can find our tutorial contents in this folder.
user2020metaflow::pull_tutorials()
Run the following commands to make sure we've setup successfully:
setwd("./user2020_tutorials/episode0_vanilla_R")
source("run.R")