Skip to content

Commit

Permalink
Change duplicated chunk label
Browse files Browse the repository at this point in the history
It's helpful to prefix chunks with something identifying the chapter. This chunk label was used in a previous chapter, evidently. This issue will go away when we update the slides to use Quarto, so I'm not making a big deal out of it!
  • Loading branch information
jonthegeek authored Aug 1, 2024
1 parent a791652 commit 8f5f508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 21_fifa-19.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ plot(fifa_mp_gbm_shallow, fifa_mp_gbm_deep, fifa_mp_rf, fifa_mp_rm,

**Partial Dependence Profiles**

```{r pdp}
```{r fifa-pdp}
selected_variables <- c("movement_reactions", "skill_ball_control", "skill_dribbling", "age")
fifa19_pd_shallow <- model_profile(fifa_gbm_exp_shallow,
Expand Down

0 comments on commit 8f5f508

Please sign in to comment.