-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.qmd
96 lines (71 loc) · 2.58 KB
/
index.qmd
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
page-layout: custom
---
::::: {#FrontPage}
:::: {.band .first}
:::: {.bandContent}
::: {.hexBadges}
<a href="https://tidymodels.tidymodels.org/">
<div class=""></div>
<img src="images/tidymodels.png" alt="tidymodels hex sticker" class="r1 c0">
</a>
<a href="https://rsample.tidymodels.org/">
<div class="filtered r2 c0"></div>
<img src="images/rsample.png" alt="rsample hex sticker" class="r2 c0">
</a>
<a href="https://parsnip.tidymodels.org/">
<div class="filtered r3 c0"></div>
<img src="images/parsnip.png" alt="parsnip hex sticker" class="r3 c0">
</a>
<a href="https://recipes.tidymodels.org/">
<div class="filtered r2 c2"></div>
<img src="images/recipes.png" alt="recipes hex sticker" class="r2 c2">
</a>
<a href="https://tune.tidymodels.org/">
<div class="filtered r3 c2"></div>
<img src="images/tune.png" alt="tune hex sticker" class="r3 c2">
</a>
<a href="https://yardstick.tidymodels.org/">
<div class="filtered r4 c2"></div>
<img src="images/yardstick.png" alt="yardstick hex sticker" class="r4 c2">
</a>
:::
::: {.blurb}
[TIDYMODELS]{.tagline}
The tidymodels framework is a collection of packages for modeling and machine learning using [tidyverse](https://www.tidyverse.org/) principles.
Install tidymodels with:
```r
install.packages("tidymodels")
```
:::
::::
::::
:::: {.band .second}
:::: {.bandContent}
::: {.blurb}
[LEARN TIDYMODELS]{.tagline}
Whether you are just starting out today or have years of experience with modeling, tidymodels offers a consistent, flexible framework for your work.
![](images/cover.png){.bookCover fig-alt="Parsnip set your engine, illustrated by Allison Horst"}
:::
::: {.blurb}
<div class="event">
<div class="eventTitle"><a href="start/">{{< fa flag-checkered >}} Get Started</a></div>
<div class="eventDetails">What do you need to know to start using tidymodels? Learn what you need in 5 articles, starting with how to create a model and ending with a beginning-to-end modeling case study.</div>
</div>
<div class="event">
<div class="eventTitle"><a href="learn/">{{< fa lightbulb >}} Learn</a></div>
<div class="eventDetails">After you are comfortable with the basics, you can learn how to go farther with tidymodels in your modeling and machine learning projects.</div>
</div>
:::
::::
::::
:::: {.band .third}
:::: {.bandContent}
<div class="hideOnMobile"><img class="bee1" src="images/parsnip-flagger.jpg" alt=""></div>
::: {.blurb}
[STAY UP TO DATE]{.tagline}
Hear about the latest tidymodels news at the [tidyverse blog](https://www.tidyverse.org/tags/tidymodels/).
:::
::::
::::
:::::