Package: splitTools 1.0.2

splitTools: Tools for Data Splitting
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.
Authors:
splitTools_1.0.2.tar.gz
splitTools_1.0.2.zip(r-4.7)splitTools_1.0.2.zip(r-4.6)splitTools_1.0.2.zip(r-4.5)
splitTools_1.0.2.tgz(r-4.6-any)splitTools_1.0.2.tgz(r-4.5-any)
splitTools_1.0.2.tar.gz(r-4.7-any)splitTools_1.0.2.tar.gz(r-4.6-any)
splitTools_1.0.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
splitTools/json (API)
NEWS
| # Install 'splitTools' in R: |
| install.packages('splitTools', repos = c('https://mayer79.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mayer79/splittools/issues
Pkgdown/docs site:https://mayer79.github.io
cross-validationmachine-learningtime-seriesvalidation
Last updated from:0c62036ba5. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 110 | ||
| source / vignettes | OK | 211 | ||
| linux-release-x86_64 | OK | 120 | ||
| macos-release-arm64 | OK | 98 | ||
| macos-oldrel-arm64 | OK | 100 | ||
| windows-devel | OK | 74 | ||
| windows-release | OK | 92 | ||
| windows-oldrel | OK | 64 | ||
| wasm-release | OK | 94 |
Exports:create_foldscreate_timefoldsmulti_stratapartition
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create Folds | create_folds |
| Creates Folds for Time Series Data | create_timefolds |
| Create Strata from Multiple Features | multi_strata |
| Split Data into Partitions | partition |
