Skip to content

Commit

Permalink
fix vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Sep 11, 2024
1 parent 93f4514 commit 5c80fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/mcboost_basics_extensions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ We do this in `mlr3` by creating a 2/3 - 1/3 split using `mlr3::partition()` and

```{r}
split = partition(tsk)
tsk$set_row_roles(split$train, "use")
tsk$row_roles$use = split$train
```

### 6.1 Preprocessing
Expand Down

0 comments on commit 5c80fc1

Please sign in to comment.