Preparing for CRAN upload
[agghoo.git] / DESCRIPTION
CommitLineData
c5946158 1Package: agghoo
97f16440
BA
2Title: Aggregated Hold-Out Cross Validation
3Date: 2022-08-30
c5946158
BA
4Version: 0.1-0
5Description: The 'agghoo' procedure is an alternative to usual cross-validation.
6 Instead of choosing the best model trained on V subsamples, it determines
7 a winner model for each subsample, and then aggregate the V outputs.
8 For the details, see "Aggregated hold-out" by Guillaume Maillard,
9 Sylvain Arlot, Matthieu Lerasle (2021) <arXiv:1909.04890>
10 published in Journal of Machine Learning Research 22(20):1--55.
11Author: Sylvain Arlot <sylvain.arlot@universite-paris-saclay.fr> [cph,ctb],
12 Benjamin Auder <benjamin.auder@universite-paris-saclay.fr> [aut,cre,cph],
13 Melina Gallopin <melina.gallopin@universite-paris-saclay.fr> [cph,ctb],
14 Matthieu Lerasle <matthieu.lerasle@universite-paris-saclay.fr> [cph,ctb],
15 Guillaume Maillard <guillaume.maillard@uni.lu> [cph,ctb]
16Maintainer: Benjamin Auder <benjamin.auder@universite-paris-saclay.fr>
17Depends:
18 R (>= 3.5.0)
19Imports:
97f16440
BA
20 class,
21 parallel,
c5946158 22 R6,
c5946158 23 rpart,
d9a139b5 24 FNN
c5946158
BA
25Suggests:
26 roxygen2
27URL: https://git.auder.net/?p=agghoo.git
28License: MIT + file LICENSE
97f16440 29RoxygenNote: 7.2.1
c5946158 30Collate:
7733758e 31 'compareTo.R'
c5946158 32 'agghoo.R'
cca5f1c6 33 'R6_AgghooCV.R'
c5946158 34 'R6_Model.R'
afa67660 35 'checks.R'
afa67660 36 'utils.R'
7733758e 37 'A_NAMESPACE.R'