X-Git-Url: https://git.auder.net/?p=agghoo.git;a=blobdiff_plain;f=DESCRIPTION;h=5e85d599dcb22e3289112d4e2c76ca94bba0bd25;hp=00e2df3e578bd02a10a009f3ec0450476ce5dc0d;hb=HEAD;hpb=c5946158cae8f7b9400f107c533e745f835eb20f diff --git a/DESCRIPTION b/DESCRIPTION index 00e2df3..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_Agghoo.R' + 'R6_AgghooCV.R' 'R6_Model.R' + 'checks.R' + 'utils.R' 'A_NAMESPACE.R'