Hi all!! How can i do nested cross validation with lapply?? I know caret package, but I want to do it manuallly using lapply instead for bucle. Thanks!! Jes?s [[alternative HTML version deleted]]
This is an inappropriate question for this list. See the posting guide below and list archives for what is appropriate. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Aug 7, 2017 at 6:21 AM, Jes?s Para Fern?ndez <j.para.fernandez at hotmail.com> wrote:> Hi all!! > > How can i do nested cross validation with lapply?? > > I know caret package, but I want to do it manuallly using lapply instead for bucle. > > Thanks!! > Jes?s > > [[alternative HTML version deleted]] > > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
Hi Jes?s, Do you have a code you tried without lapply? Why don't you post that here too? There are a couple of packages supporting nested CV; TANDEM, blkbox you may want to check their code. Also, `cvTools` package may help you to write one. On 7 August 2017 at 15:21, Jes?s Para Fern?ndez <j.para.fernandez at hotmail.com> wrote:> Hi all!! > > How can i do nested cross validation with lapply?? > > I know caret package, but I want to do it manuallly using lapply instead for bucle. > > Thanks!! > Jes?s > > [[alternative HTML version deleted]] > > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.