# local download
@@ -362,13 +362,13 @@ Load tidymodels
library(tidymodels)
#> ── Attaching packages ──────────────────────────── tidymodels 1.4.1 ──
-#> ✔ broom 1.0.9 ✔ rsample 1.3.1
-#> ✔ dials 1.4.2 ✔ tailor 0.1.0.9000
-#> ✔ dplyr 1.1.4 ✔ tidyr 1.3.1
-#> ✔ infer 1.0.9 ✔ tune 2.0.0
-#> ✔ modeldata 1.5.1 ✔ workflows 1.3.0
-#> ✔ parsnip 1.3.3 ✔ workflowsets 1.1.1
-#> ✔ purrr 1.1.0 ✔ yardstick 1.3.2
+#> ✔ broom 1.0.9 ✔ rsample 1.3.1
+#> ✔ dials 1.4.2 ✔ tailor 0.1.0
+#> ✔ dplyr 1.1.4 ✔ tidyr 1.3.1
+#> ✔ infer 1.0.9 ✔ tune 2.0.0
+#> ✔ modeldata 1.5.1 ✔ workflows 1.3.0
+#> ✔ parsnip 1.3.3 ✔ workflowsets 1.1.1
+#> ✔ purrr 1.1.0 ✔ yardstick 1.3.2
#> ✔ recipes 1.3.1
#> ── Conflicts ─────────────────────────────── tidymodels_conflicts() ──
#> ✖ purrr::discard() masks scales::discard()
@@ -919,11 +919,11 @@ Our versions
| stacks |
-1.1.1.9001 |
+1.1.1 |
| tailor |
-0.1.0.9000 |
+0.1.0 |
| text2vec |
diff --git a/docs/slides/intro-01-introduction.html b/docs/slides/intro-01-introduction.html
index a8c5e3ca..cf381281 100644
--- a/docs/slides/intro-01-introduction.html
+++ b/docs/slides/intro-01-introduction.html
@@ -263,7 +263,7 @@ Who are tidymodels?
Max Kuhn
-
+ our TA today, Kristin Bott!
+
+ our TAs today, Kristin Bott and Ashley Henry!
Many thanks to Davis Vaughan, Julia Silge, David Robinson, Julie Jung, Alison Hill, and Desirée De Leon for their role in creating these materials!
@@ -277,7 +277,7 @@
Introduce yourself to your neighbo
Getting the materials
If you are using Posit Cloud:
-
Log in to Posit Cloud (free): TODO-ADD-LATER
+
Log in to Posit Cloud (free): Link on Discord
If you are working locally:
# local download
@@ -400,13 +400,13 @@ What is tidymodels?
library(tidymodels)
#> ── Attaching packages ──────────────────────────── tidymodels 1.4.1 ──
-#> ✔ broom 1.0.9 ✔ rsample 1.3.1
-#> ✔ dials 1.4.2 ✔ tailor 0.1.0.9000
-#> ✔ dplyr 1.1.4 ✔ tidyr 1.3.1
-#> ✔ infer 1.0.9 ✔ tune 2.0.0
-#> ✔ modeldata 1.5.1 ✔ workflows 1.3.0
-#> ✔ parsnip 1.3.3 ✔ workflowsets 1.1.1
-#> ✔ purrr 1.1.0 ✔ yardstick 1.3.2
+#> ✔ broom 1.0.9 ✔ rsample 1.3.1
+#> ✔ dials 1.4.2 ✔ tailor 0.1.0
+#> ✔ dplyr 1.1.4 ✔ tidyr 1.3.1
+#> ✔ infer 1.0.9 ✔ tune 2.0.0
+#> ✔ modeldata 1.5.1 ✔ workflows 1.3.0
+#> ✔ parsnip 1.3.3 ✔ workflowsets 1.1.1
+#> ✔ purrr 1.1.0 ✔ yardstick 1.3.2
#> ✔ recipes 1.3.1
#> ── Conflicts ─────────────────────────────── tidymodels_conflicts() ──
#> ✖ purrr::discard() masks scales::discard()
@@ -473,7 +473,7 @@ Let’s install some packages
# Install the packages for the workshop
pkgs <-
- c("bonsai", "Cubist", "doParallel", "earth", "embed", "finetune",
+ c("bonsai", "Cubist", "doParallel", "earth", "embed", "finetune", "forested",
"lightgbm", "lme4", "parallelly", "plumber", "probably",
"ranger", "rpart", "rpart.plot", "rules", "splines2", "stacks",
"text2vec", "textrecipes", "tidymodels", "vetiver")
@@ -652,11 +652,11 @@ Our versions
| stacks |
-1.1.1.9001 |
+1.1.1 |
| tailor |
-0.1.0.9000 |
+0.1.0 |