X-Git-Url: https://git.auder.net/?p=agghoo.git;a=blobdiff_plain;f=man%2Fagghoo.Rd;h=38730eb97216c5920eabb164ffa62568e36a83f4;hp=179d3097e879c3448791e663876834b032208c16;hb=afa676609daba103e43d6d4654560ca4c1c9b38b;hpb=43a6578d444f388d72755e74c7eed74f3af638ec diff --git a/man/agghoo.Rd b/man/agghoo.Rd index 179d309..38730eb 100644 --- a/man/agghoo.Rd +++ b/man/agghoo.Rd @@ -33,7 +33,7 @@ loss(y1, y2) --> real number (error). Default: see R6::AgghooCV.} An R6::AgghooCV object o. Then, call o$fit() and finally o$predict(newData) } \description{ -Run the agghoo procedure (or standard cross-validation). +Run the (core) agghoo procedure. Arguments specify the list of models, their parameters and the cross-validation settings, among others. } @@ -52,3 +52,6 @@ pc <- a_cla$predict(iris[,-5] + rnorm(600, sd=0.1)) Guillaume Maillard, Sylvain Arlot, Matthieu Lerasle. "Aggregated hold-out". Journal of Machine Learning Research 22(20):1--55, 2021. } +\seealso{ +Function \code{\link{compareTo}} +}