Announcing mlr3spatiotempcv

R CRAN

We are happy to announce that mlr3spatial has been released on CRAN in November 2020.

Patrick Schratz https://github.com/pat-s
2020-11-12

We are happy to announce that a new extension package has joined the CRAN family of mlr3 packages. mlr3spatiotempcv was in the works for more than a year and adds spatiotemporal resampling methods to the mlr3 ecosystem.

Such dedicated resampling methods make it possible to retrieve biased-reduced performance estimates in cross-validation scenarios when working with spatial, temporal, or spatiotemporal datasets. mlr3spatiotempcv does not implement new methods but rather attempts to collect existing methods.

So far, applying such methods in both R and the mlr ecosystem was not particularly easy since they were spread across various R packages. Usually, every R package uses a slightly different syntax for the required objects and the returned results. This not only leads to an inconvenient single-use experience but is also unpractical when working in an overarching ecosystem such as mlr3.

We hope that with the release of this package users are now able to seamlessly work with spatiotemporal data in mlr3. Please file issues and suggestions in the issues pane of the package.

For a quick and rather technical introduction please see the “Get Started” vignette. For more detailed information and a detailed walk-through, see the “Spatiotemporal Analysis” section in the mlr3book.

To finish with something visual, a simple example which showcases the visualization capabilities of mlr3spatiotempcv for different partitioning methods (random (non-spatial) partitioning (Fig.1) vs. k-means based partitioning (spatial) (Fig. 2)):

Citation

For attribution, please cite this work as

Schratz (2020, Nov. 12). mlr-org: Announcing mlr3spatiotempcv. Retrieved from https://mlr-org.github.io/mlr-org-website/posts/2020-11-12-announcing-mlr3spatiotempcv/

BibTeX citation

@misc{schratz2020announcing,
  author = {Schratz, Patrick},
  title = {mlr-org: Announcing mlr3spatiotempcv},
  url = {https://mlr-org.github.io/mlr-org-website/posts/2020-11-12-announcing-mlr3spatiotempcv/},
  year = {2020}
}