Skip to content

Commit

Permalink
delete the
Browse files Browse the repository at this point in the history
  • Loading branch information
jannes committed Oct 4, 2024
1 parent 50e191d commit 023c061
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 @@ -457,7 +457,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.
Next, we go on to construct the a random forest\index{random forest} learner from the **ranger** package [@wright_ranger_2017].
Next, we go on to construct a random forest\index{random forest} learner from the **ranger** package [@wright_ranger_2017].

```{r 15-eco-21}
lrn_rf = lrn("regr.ranger", predict_type = "response")
Expand Down

0 comments on commit 023c061

Please sign in to comment.