r-cran-rsample 0.0.5-2 source package in Ubuntu
Changelog
r-cran-rsample (0.0.5-2) unstable; urgency=medium * Standards-Version: 4.4.1 * Trim trailing whitespace. * Set upstream metadata fields: Archive, Bug-Database. -- Andreas Tille <email address hidden> Mon, 11 Nov 2019 07:56:07 +0100
Upload details
- Uploaded by:
- Debian R Packages Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian R Packages Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-rsample_0.0.5-2.dsc | 2.2 KiB | 53002befcbc623b4e3413ce80d6f6272d6a43888dd587e19110b9906fd04a039 |
r-cran-rsample_0.0.5.orig.tar.gz | 296.7 KiB | ed6a379f7f334d2eea5dd3100846ca586af7a7f774e93b3f114f33b49a877c52 |
r-cran-rsample_0.0.5-2.debian.tar.xz | 2.3 KiB | c8e8da54b410c75d0d821a544696cc82457779dd1a438bd57314a44ffc50197d |
Available diffs
- diff from 0.0.5-1 to 0.0.5-2 (637 bytes)
No changes file available.
Binary packages built by this source
- r-cran-rsample: 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.