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

Changelog

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

  * New upstream version

 -- Andreas Tille <email address hidden>  Fri, 06 Nov 2020 11:43:51 +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 Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-rsample_0.0.8-1.dsc 2.3 KiB e0aeeb0b753ab445a384c8175dd71d387374993d2fda7ecb55e579b4bee0e8a9
r-cran-rsample_0.0.8.orig.tar.gz 260.7 KiB 71e0d1a3852c5a2d8cac7d498878976de6452c4ceb815ec00e7f9166c2ec55df
r-cran-rsample_0.0.8-1.debian.tar.xz 2.4 KiB b02afb83f3fc4f9fcb8e2c1a1b0c58a9ac3419fbd6b4b2bdfc526711decd505f

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.