Skip to content

Commit

Permalink
add spatial-kfold python package to readme (fix #226)
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Jun 18, 2023
1 parent 08cb7b8 commit 120e01b
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ If you prefer the [tidymodels](https://www.tidymodels.org/) ecosystem, have a lo

CRAN version

``` r
```r
install.packages("mlr3spatiotempcv")
```

Development version

``` r
```r
remotes::install_github("mlr-org/mlr3spatiotempcv")

# R Universe Repo
Expand All @@ -47,22 +47,24 @@ To cite the package in publications, use the output of `citation("mlr3spatiotemp

- [Recorded talk about mlr3spatiotempcv and mlr3spatial at OpenDataScience Europe Conference 2021 in Wageningen, NL](https://av.tib.eu/media/55271)
- [List of scientific articles related to spatiotemporal modeling and/or spatial partitioning](https://pat-s.notion.site/Spatial-autocorrelation-in-modeling-b62e1bc904b546b9a489b171913a3551)

# Other spatiotemporal resampling packages

This list does not claim to be comprehensive.

(Disclaimer: Because CRAN does not like DOI URLs in their automated checks, direct linking to scientific articles is not possible...)

| Name | Language | Resources |
| ------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| blockCV | R | [CRAN](https://cran.r-project.org/package=blockCV) |
| Name | Language | Resources |
| ------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------- |
| blockCV | R | [CRAN](https://cran.r-project.org/package=blockCV) |
| CAST | R | [Paper](https://www.sciencedirect.com/science/article/pii/S1364815217310976), [CRAN](https://cran.r-project.org/package=CAST) |
| ENMeval | R | [CRAN](https://cran.r-project.org/package=ENMeval) |
| spatialsample | R | [CRAN](https://cran.r-project.org/package=spatialsample) |
| sperrorest | R | [CRAN](https://cran.r-project.org/package=sperrorest) |
| Pyspatialml | Python | [GitHub](https://github.com/stevenpawley/Pyspatialml) |
| spacv | Python | [GitHub](https://github.com/SamComber/spacv) |
| Museo Toolbox | Python | [Paper](https://joss.theoj.org/papers/10.21105/joss.01978), [GitHub](https://github.com/nkarasiak/MuseoToolBox) |
| ENMeval | R | [CRAN](https://cran.r-project.org/package=ENMeval) |
| spatialsample | R | [CRAN](https://cran.r-project.org/package=spatialsample) |
| sperrorest | R | [CRAN](https://cran.r-project.org/package=sperrorest) |
| Pyspatialml | Python | [GitHub](https://github.com/stevenpawley/Pyspatialml) |
| spacv | Python | [GitHub](https://github.com/SamComber/spacv) |
| Museo Toolbox | Python | [Paper](https://joss.theoj.org/papers/10.21105/joss.01978), [GitHub](https://github.com/nkarasiak/MuseoToolBox) |
| spatial-kfold | Python | [GitHub](https://github.com/WalidGharianiEAGLE/spatial-kfold) |

# FAQ

Expand Down

0 comments on commit 120e01b

Please sign in to comment.