Skip to content

Commit

Permalink
add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jannes committed Oct 4, 2024
1 parent 2148e9c commit 50e191d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 15-eco.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ task = mlr3spatiotempcv::as_task_regr_st(
```

Using an `sf` object as the backend automatically provides the geometry information needed for the spatial partitioning later on.
Additionally, we got rid of the columns `id` and `spri` since these variables should not be used as predictors in the modeling.
Additionally, we got rid of the columns `id` and `spri`, since these variables should not be used as predictors in the modeling.
Next, we go on to construct the a random forest\index{random forest} learner from the **ranger** package [@wright_ranger_2017].

```{r 15-eco-21}
Expand Down

0 comments on commit 50e191d

Please sign in to comment.