03:00
Machine learning with tidymodels
Welcome!
Wi-Fi network name
tktk
Wi-Fi password
tktk
You can use the magrittr %>%
or base R |>
pipe
You are familiar with functions from dplyr, tidyr, ggplot2
You have exposure to basic statistical concepts
You do not need intermediate or expert familiarity with modeling or ML
Many thanks to RStudio tidymodels team, Alison Hill, and Allison Horst for their role in creating these materials!
πͺ βIβm stuck and need help!β
π© βI finished the exerciseβ
Illustration credit: https://vas3k.com/blog/machine_learning/
Illustration credit: https://vas3k.com/blog/machine_learning/
How are statistics and machine learning related?
How are they similar? Different?
03:00
library(tidymodels)
#> ββ Attaching packages ββββββββββββββββββββββββββββ tidymodels 1.0.0 ββ
#> β broom 1.0.0 β rsample 1.0.0
#> β dials 1.0.0 β tibble 3.1.8
#> β dplyr 1.0.9 β tidyr 1.2.0
#> β infer 1.0.2 β tune 1.0.0
#> β modeldata 1.0.0 β workflows 1.0.0
#> β parsnip 1.0.0 β workflowsets 1.0.0
#> β purrr 0.3.4 β yardstick 1.0.0
#> β recipes 1.0.1
#> ββ Conflicts βββββββββββββββββββββββββββββββ tidymodels_conflicts() ββ
#> β purrr::discard() masks scales::discard()
#> β dplyr::filter() masks stats::filter()
#> β dplyr::lag() masks stats::lag()
#> β recipes::step() masks stats::step()
#> β’ Use tidymodels_prefer() to resolve common conflicts.