|
1 | 1 |
|
2 | 2 | # mlr3spatial <img src="man/figures/logo.png" align="right" width = "120" /> |
3 | 3 |
|
4 | | -Package website: [release](https://mlr3spatial.mlr-org.com/) | |
| 4 | +Package website: [release](https://mlr3spatial.mlr-org.com/) \| |
5 | 5 | [dev](https://mlr3spatial.mlr-org.com/dev/) |
6 | 6 |
|
7 | 7 | <!-- badges: start --> |
@@ -30,15 +30,15 @@ for spatiotemporal resampling within mlr3. |
30 | 30 | There are sections about spatial data in the |
31 | 31 | [mlr3book](https://mlr3book.mlr-org.com). |
32 | 32 |
|
33 | | - - Learn how to |
34 | | - [predict](https://mlr3book.mlr-org.com/special.html#sec-spatial-prediction) |
| 33 | +- Learn how to |
| 34 | + [predict](https://mlr3book.mlr-org.com/chapters/chapter13/beyond_regression_and_classification.html#sec-spatial-prediction) |
35 | 35 | a spatial raster image. |
36 | | - - Estimate the performance of a model with [spatial |
37 | | - cross-validation](https://mlr3book.mlr-org.com/special.html#spatiotemp-cv). |
| 36 | +- Estimate the performance of a model with [spatial |
| 37 | + cross-validation](https://mlr3book.mlr-org.com/chapters/chapter13/beyond_regression_and_classification.html#sec-spatiotemporal). |
38 | 38 |
|
39 | 39 | The gallery features articles about spatial data in the mlr3 ecosystem. |
40 | 40 |
|
41 | | - - Learn the basics with a [land cover |
| 41 | +- Learn the basics with a [land cover |
42 | 42 | classification](https://mlr-org.com/gallery/technical/2023-02-27-land-cover-classification/) |
43 | 43 | of the city of Leipzig. |
44 | 44 |
|
@@ -130,21 +130,20 @@ land_cover = predict_spatial(leipzig_raster, learner) |
130 | 130 | ## FAQ |
131 | 131 |
|
132 | 132 | <details> |
133 | | - |
134 | | -<summary>Will mlr3spatial support spatial learners?</summary> <br> |
135 | | -Eventually. It is not yet clear whether these would live in |
| 133 | +<summary> |
| 134 | +Will mlr3spatial support spatial learners? |
| 135 | +</summary> |
| 136 | +<br> Eventually. It is not yet clear whether these would live in |
136 | 137 | mlr3extralearners or in mlr3spatial. So far there are none yet. |
137 | | - |
138 | 138 | </details> |
139 | | - |
140 | 139 | <details> |
141 | | - |
142 | | -<summary>Why are there two packages, mlr3spatial and |
143 | | -mlr3spatiotempcv?</summary> <br> mlr3spatiotempcv is solely devoted to |
144 | | -resampling techniques. There are quite a few and keeping packages small |
145 | | -is one of the development philosophies of the mlr3 framework. Also back |
146 | | -in the days when mlr3spatiotempcv was developed, it was not yet clear |
147 | | -how we want to structure additional spatial components such as |
148 | | -prediction support for spatial classes and so on. |
149 | | - |
| 140 | +<summary> |
| 141 | +Why are there two packages, mlr3spatial and mlr3spatiotempcv? |
| 142 | +</summary> |
| 143 | +<br> mlr3spatiotempcv is solely devoted to resampling techniques. There |
| 144 | +are quite a few and keeping packages small is one of the development |
| 145 | +philosophies of the mlr3 framework. Also back in the days when |
| 146 | +mlr3spatiotempcv was developed, it was not yet clear how we want to |
| 147 | +structure additional spatial components such as prediction support for |
| 148 | +spatial classes and so on. |
150 | 149 | </details> |
0 commit comments