Package: agghoo 0.1-0

Benjamin Auder
agghoo: Aggregated Hold-Out Cross Validation
The 'agghoo' procedure is an alternative to usual cross-validation. Instead of choosing the best model trained on V subsamples, it determines a winner model for each subsample, and then aggregates the V outputs. For the details, see "Aggregated hold-out" by Guillaume Maillard, Sylvain Arlot, Matthieu Lerasle (2021) <arxiv:1909.04890> published in Journal of Machine Learning Research 22(20):1--55.
Authors:
agghoo_0.1-0.tar.gz
agghoo_0.1-0.tar.gz(r-4.7-any)agghoo_0.1-0.tar.gz(r-4.6-any)
agghoo_0.1-0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
agghoo/json (API)
| # Install 'agghoo' in R: |
| install.packages('agghoo', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:fb4db45572. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 108 | ||
| source / vignettes | OK | 196 | ||
| linux-release-x86_64 | OK | 110 | ||
| wasm-release | OK | 99 |
Exports:agghooagghoo_runAgghooCVcompareMulticompareRangecompareToCVvoting_runModelstandardCV_run
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| agghoo | agghoo |
| agghoo_run | agghoo_run |
| R6 class with agghoo functions fit() and predict(). | AgghooCV |
| compareMulti | compareMulti |
| compareRange | compareRange |
| compareTo | compareTo |
| CVvoting_run | CVvoting_run |
| R6 class representing a (generic) model. | Model |
| standardCV_run | standardCV_run |