Skip to content

Commit

Permalink
fix fragment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nrennie committed Oct 17, 2023
1 parent c52496e commit b609d1f
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions slides/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,14 @@ An object that can combine your pre-processing, modelling, and post-processing s

### Live demo!

. . .
<br><br>

::: {.fragment}

See `examples/example_01.R` for full code.

:::

## Exercise 1

Open `exercises/exercise_01.R` for prompts.
Expand Down Expand Up @@ -417,11 +421,13 @@ See [yardstick.tidymodels.org/articles/metric-types.html](https://yardstick.tidy

### Live demo!

. . .
<br><br>

::: {.fragment}

See `examples/example_02.R` for full code.

:::

## Exercise 2

Expand Down Expand Up @@ -521,10 +527,14 @@ A tree-like model of decisions and their possible consequences.

### Live demo!

. . .
<br><br>

::: {.fragment}

See `examples/example_03.R` for full code.

:::

## Exercise 3

Open `exercises/exercise_03.R` for prompts. You can also use `examples/example_03.R` as a starting point.
Expand Down Expand Up @@ -634,10 +644,14 @@ There may be other hyperparameters, depending on the choice of kernel.

### Live demo!

. . .
<br><br>

::: {.fragment}

See `examples/example_04.R` for full code.

:::

## Exercise 4

Open `exercises/exercise_04.R` for prompts. You can also use `examples/example_04.R` as a starting point.
Expand Down

0 comments on commit b609d1f

Please sign in to comment.