Package: cvwrapr
Type: Package
Title: Tools for Cross Validation
Version: 1.0
Authors@R: person("Kenneth", "Tay", role = c("aut", "cre"), email = "kjytay@gmail.com")
Description: Tools for performing cross-validation (CV). The main function is a 
    general purpose wrapper that performs k-fold CV for any tuning parameter in 
    any supervised learning method. The package also has a function that 
    computes the loss incurred by a set of predictions for a variety of loss 
    functions and model families.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.1.1
Suggests: doParallel, gbm, glmnet, knitr, Matrix, parallel, pls,
        rmarkdown, testthat
Imports: survival, foreach
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-06-10 21:37:52 UTC; kjytay
Author: Kenneth Tay [aut, cre]
Maintainer: Kenneth Tay <kjytay@gmail.com>
Repository: CRAN
Date/Publication: 2021-06-11 10:10:02 UTC
Built: R 4.1.3; ; 2023-04-17 15:54:35 UTC; windows
