Skip to content

Commit 2e4958d

Browse files
authored
Merge pull request #1 from cmu-delphi/rach/update-attrib
Rach/update attrib
2 parents 46790b1 + 583c44e commit 2e4958d

File tree

6 files changed

+884
-889
lines changed

6 files changed

+884
-889
lines changed

_freeze/tidymodels-intro/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

_freeze/tidymodels-intro/figure-html/unnamed-chunk-23-1.svg

Lines changed: 608 additions & 612 deletions
Loading

_freeze/tidymodels-intro/figure-html/unnamed-chunk-26-1.svg

Lines changed: 267 additions & 269 deletions
Loading

_freeze/tidymodels-regression/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

tidymodels-intro.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ In this vignette, we introduced `tidymodels` and illustrated how to its packages
286286

287287
## Attribution
288288

289-
This vignette was largely adapted from [A Gentle Introduction to Tidymodels](https://rviews.rstudio.com/2019/06/19/a-gentle-intro-to-tidymodels/), and [Tidymodels - Getting Started](https://www.tidymodels.org/start/recipes/), and [Tidymodels](https://wec.wur.nl/dse/24-tidymodels.html).
289+
290+
This vignette was largely adapted from [A Gentle Introduction to Tidymodels](https://rviews.rstudio.com/2019/06/19/a-gentle-intro-to-tidymodels/) as well as [Tidymodels - Getting Started](https://www.tidymodels.org/start/recipes/) and [Tidymodels](https://wec.wur.nl/dse/24-tidymodels.html). The diagrams are from [A Gentle Introduction to Tidymodels](https://rviews.rstudio.com/2019/06/19/a-gentle-intro-to-tidymodels/) and based on [R for Data Science](https://r4ds.had.co.nz/explore-intro.html).
290291

291292
🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧

tidymodels-regression.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,10 @@ lm_wf_log %>% fit(penguins)
269269

270270
\
271271
\
272-
🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧
272+
🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧
273273

274274
## Attribution
275275

276-
This vignette was largely adapted from [Chapter 3 of ISLR tidymodels labs](https://emilhvitfeldt.github.io/ISLR-tidymodels-labs/03-linear-regression.html). Checking linear regression assumptions was founded on [this article](https://quantifyinghealth.com/linear-regression-in-r-tidymodels/). Performance plot descriptions are based on [this easystats tutorial](https://www.business-science.io/r/2021/07/13/easystats-performance-check-model.html) for investigating model performance. The artwork used is by [Allison Horst](https://twitter.com/allison_horst).
276+
This vignette was largely adapted from [Chapter 3 of ISLR tidymodels labs](https://emilhvitfeldt.github.io/ISLR-tidymodels-labs/03-linear-regression.html). Checking linear regression assumptions using the performance package is based on [this article](https://easystats.github.io/performance/reference/check_model.html) and [this blog post](https://www.r-bloggers.com/2021/07/easystats-quickly-investigate-model-performance/) on investigating model performance. The artwork used is by [Allison Horst](https://twitter.com/allison_horst).[Allison Horst](https://twitter.com/allison_horst).
277277

278-
🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧
278+
🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧 🐧

0 commit comments

Comments
 (0)