Skip to content

topepo/sdss-2019

Repository files navigation

Slides and code for the Modeling in the Tidyverse short course on Wednesday, May 29 2019 at SDSS (Symposium on Data Science and Statistics).

This repo will be updated a few days before the workshop with the slides and code

To prepare, please run this code to install and verify the packages:

install.packages(
  c("tidymodels", "tidyposterior", "AmesHousing", "readr", "xgboost"), 
  repos = "http://cran.r-project.org"
)

library(tidymodels)
library(xgboost)
library(tidyposterior)
library(AmesHousing)
library(readr)

Warnings here are okay, errors are not.

We will have Rstudio Server instances to use if you can't (or don't want to) install these packages.

If you want to read up a bit about predictive modeling before the workshop, check out chapter 1 and chapter 3 of Feature Engineering and Selection.

About

Slides and code for the "Modeling in the Tidyverse" short course on Wednesday, May 29 2019 at SDSS (Symposium on Data Science and Statistics).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published