Type: Package
Package: splitTools
Title: Tools for Data Splitting
Version: 0.2.1
Date: 2020-04-18
Authors@R: 
    person(given = "Michael",
           family = "Mayer",
           role = c("aut", "cre"),
           email = "mayermichael79@gmail.com")
Maintainer: Michael Mayer <mayermichael79@gmail.com>
Description: 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.
License: GPL (>= 2)
URL: https://github.com/mayer79/splitTools
BugReports: https://github.com/mayer79/splitTools/issues
Depends: R (>= 3.1.0)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Imports: stats
Suggests: knitr, ranger
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-04-18 15:23:13 UTC; Michael
Author: Michael Mayer [aut, cre]
Repository: CRAN
Date/Publication: 2020-04-18 15:30:03 UTC
Built: R 3.6.3; ; 2020-08-05 01:57:46 UTC; windows
