Introduction to Machine Learning with the Tidyverse Workshop - rstudio::conf 2020

If you can run the following code without errors you should be good!

library(tidyverse)
library(tidymodels)
library(remotes)
library(rpart.plot)
library(rattle)
library(vip)
library(AmesHousing)
library(kknn)
library(rpart)
library(ranger)
library(partykit)
library(workflows)
library(tune)
library(modeldata)
1 Like