Package: nestedcv
Title: Nested Cross-Validation with 'glmnet' and 'caret'
Version: 0.2.3
Authors@R: 
    c(person(given = "Myles",family = "Lewis",
    role = c("aut", "cre"),
    email = "myles.lewis@qmul.ac.uk",
    comment = c(ORCID = "0000-0001-9365-5345")),
    person(given = "Athina",family = "Spiliopoulou",
    role = c("aut"),
    comment = c(ORCID = "0000-0002-5929-6585")),
    person(given = "Katriona",family = "Goldmann",
    role = c("aut"),
    email = "k.goldmann@qmul.ac.uk",
    comment = c(ORCID = "0000-0002-9073-6323")))
Maintainer: Myles Lewis <myles.lewis@qmul.ac.uk>
Description: Implements nested k*l-fold cross-validation for lasso and elastic-net regularised linear models via the 'glmnet' package and other machine learning models via the 'caret' package. Cross-validation of 'glmnet' alpha mixing parameter and embedded fast filter functions for feature selection are provided. Described as double cross-validation by Stone (1977) <doi:10.1111/j.2517-6161.1977.tb01603.x>.
Language: en-gb
License: MIT + file LICENSE
Encoding: UTF-8
Imports: Boruta, caret, CORElearn, data.table, glmnet, hsstan,
        matrixTests, methods, parallel, pROC, randomForest, RcppEigen,
        Rfast
RoxygenNote: 7.2.0
Suggests: mda, rmarkdown, knitr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-07-05 22:15:57 UTC; myles
Author: Myles Lewis [aut, cre] (<https://orcid.org/0000-0001-9365-5345>),
  Athina Spiliopoulou [aut] (<https://orcid.org/0000-0002-5929-6585>),
  Katriona Goldmann [aut] (<https://orcid.org/0000-0002-9073-6323>)
Repository: CRAN
Date/Publication: 2022-07-07 08:40:02 UTC
