You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,17 @@ The learner can predict on various raster formats ([`terra`](https://CRAN.R-proj
35
35
mlr3spatial reads large raster objects in chunks to avoid memory issues and predicts the chunks in parallel.
36
36
Check out [`mlr3spatiotempcv`](https://github.com/mlr-org/mlr3spatiotempcv) for spatiotemporal resampling within mlr3.
37
37
38
+
## Resources
39
+
40
+
There are sections about spatial data in the [mlr3book](https://mlr3book.mlr-org.com).
41
+
42
+
* Learn how to [predict](https://mlr3book.mlr-org.com/special.html#sec-spatial-prediction) a spatial raster image.
43
+
* Estimate the performance of a model with [spatial cross-validation](https://mlr3book.mlr-org.com/special.html#spatiotemp-cv).
44
+
45
+
The gallery features articles about spatial data in the mlr3 ecosystem.
46
+
47
+
* Learn the basics with a [land cover classification](https://mlr-org.com/gallery/technical/2023-02-27-land-cover-classification/) of the city of Leipzig.
0 commit comments