-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy path_quarto.yml
64 lines (59 loc) · 1.96 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
project:
type: website
render:
- "index.qmd"
- "slides/*qmd"
- "archive/2022-07-RStudio-conf/*qmd"
- "archive/2022-08-Reykjavik-City/*qmd"
- "archive/2023-07-nyr/*qmd"
- "archive/2023-09-posit-conf/*qmd"
- "archive/2024-03-conectaR-spanish/presentacion/*qmd"
- "archive/2024-08-posit-conf/*qmd"
- "!classwork/"
- "!CODE_OF_CONDUCT.md"
resources:
- "archive/2022-08-Reykjavik-City/classwork/*qmd"
- "archive/2023-07-nyr/classwork/*qmd"
- "archive/2023-09-posit-conf/classwork/*qmd"
- "archive/2024-08-posit-conf/classwork/*qmd"
output-dir: docs
website:
title: "Machine learning with tidymodels"
description: "This workshop provides an introduction to machine learning with R using the tidymodels framework, a collection of packages for modeling and machine learning using tidyverse principles."
open-graph: true
twitter-card: true
site-url: https://workshops.tidymodels.org
repo-url: https://github.com/tidymodels/workshops
repo-actions: [edit, issue]
favicon: "favicon.ico"
page-footer:
left: |
Proudly supported by
[![](https://www.rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-flat.svg){fig-alt="RStudio" width=65px}](https://www.rstudio.com)
navbar:
background: "#CA225E"
pinned: true
logo: tidymodels.png
right:
- text: Languages
menu:
- text: English
href: /
- text: Spanish
href: archive/2024-03-conectaR-spanish/
- text: Learn more
menu:
- href: https://www.tidymodels.org/start/
text: "Get started at tidymodels.org"
- href: https://www.tmwr.org/
text: "Tidy Modeling with R"
- href: https://supervised-ml-course.netlify.app/
text: "Online interactive course"
format:
html:
theme: cosmo
css: styles.css
fig-format: svg
html-math-method:
method: mathjax
url: "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"