Fast, lightweight toolkit for data splitting. Data sets can be partitioned into disjoint groups (e.g. into training, validation, and test) or into (repeated) k-folds for subsequent cross-validation. Besides basic splits, the package supports stratified, grouped as well as blocked splitting. Furthermore, cross-validation folds for time series data can be created. See e.g. Hastie et al. (2001) <doi:10.1007/978-0-387-84858-7> for the basic background on data partitioning and cross-validation.
Version: | 0.3.2 |
Imports: | stats |
Suggests: | knitr, rmarkdown, ranger, testthat (≥ 3.0.0) |
Published: | 2022-01-28 |
Author: | Michael Mayer [aut, cre] |
Maintainer: | Michael Mayer <mayermichael79 at gmail.com> |
BugReports: | https://github.com/mayer79/splitTools/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | https://github.com/mayer79/splitTools |
NeedsCompilation: | no |
Materials: | README NEWS |
In views: | MachineLearning |
CRAN checks: | splitTools results |
Reference manual: | splitTools.pdf |
Vignettes: |
Using 'splitTools' |
Package source: | splitTools_0.3.2.tar.gz |
Windows binaries: | r-devel: splitTools_0.3.2.zip, r-release: splitTools_0.3.2.zip, r-oldrel: splitTools_0.3.2.zip |
macOS binaries: | r-release (arm64): splitTools_0.3.2.tgz, r-oldrel (arm64): splitTools_0.3.2.tgz, r-release (x86_64): splitTools_0.3.2.tgz, r-oldrel (x86_64): splitTools_0.3.2.tgz |
Old sources: | splitTools archive |
Please use the canonical form https://CRAN.R-project.org/package=splitTools to link to this page.