X-Git-Url: https://git.auder.net/?p=agghoo.git;a=blobdiff_plain;f=DESCRIPTION;h=5e85d599dcb22e3289112d4e2c76ca94bba0bd25;hp=79448192da86f3064e2c3afa4108c2a1fd806e14;hb=HEAD;hpb=cca5f1c67bd622fb7bc1279dfe4c3336d1446efd diff --git a/DESCRIPTION b/DESCRIPTION index 7944819..140abb3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: agghoo -Title: Aggregated Hold-out Cross Validation -Date: 2021-06-05 +Title: Aggregated Hold-Out Cross Validation +Date: 2022-08-30 Version: 0.1-0 Description: The 'agghoo' procedure is an alternative to usual cross-validation. Instead of choosing the best model trained on V subsamples, it determines @@ -17,17 +17,21 @@ Maintainer: Benjamin Auder Depends: R (>= 3.5.0) Imports: + class, + parallel, R6, - caret, rpart, - randomForest + FNN Suggests: roxygen2 URL: https://git.auder.net/?p=agghoo.git License: MIT + file LICENSE -RoxygenNote: 7.1.1 +RoxygenNote: 7.2.1 Collate: + 'compareTo.R' 'agghoo.R' 'R6_AgghooCV.R' 'R6_Model.R' + 'checks.R' + 'utils.R' 'A_NAMESPACE.R'