1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: r-cran-rsample
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev,
r-cran-dplyr (>= 0.8.5),
r-cran-purrr,
r-cran-tibble,
r-cran-rlang (>= 0.4.0),
r-cran-generics,
r-cran-tidyselect,
r-cran-furrr,
r-cran-tidyr,
r-cran-vctrs,
r-cran-modeldata,
r-cran-slider,
r-cran-ellipsis
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-rsample
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-rsample.git
Homepage: https://cran.r-project.org/package=rsample
Rules-Requires-Root: no
Package: r-cran-rsample
Architecture: all
Depends: ${R:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R general resampling infrastructure
Classes and functions to create and summarize different types of
resampling objects (e.g. bootstrap, cross-validation).
.
A resample is defined as the result of a two-way split of a data set.
For example, when bootstrapping, one part of the resample is a sample
with replacement of the original data. The other part of the split
contains the instances that were not contained in the bootstrap sample.
Cross-validation is another type of resampling.
|