r-cran-rsample 0.0.5-1 source package in Ubuntu

Changelog

r-cran-rsample (0.0.5-1) unstable; urgency=medium

  * Initial release (closes: #940553)

 -- Andreas Tille <email address hidden>  Tue, 17 Sep 2019 11:01:26 +0200

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 Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-rsample_0.0.5-1.dsc 2.2 KiB 7a95da8556286c3468405f08cba97ee7ef42108a8edbfb7db1d6b627bf74dd73
r-cran-rsample_0.0.5.orig.tar.gz 296.7 KiB ed6a379f7f334d2eea5dd3100846ca586af7a7f774e93b3f114f33b49a877c52
r-cran-rsample_0.0.5-1.debian.tar.xz 2.1 KiB 1bb3cb95f334e2f7431e4bb721f01aa0d0092efbd719b52fe2fdbbec825a0caa

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.