r-cran-cvst 0.2-3-1 source package in Ubuntu

Changelog

r-cran-cvst (0.2-3-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.0 (routine-update)
  * debhelper-compat 13 (routine-update)

 -- Andreas Tille <email address hidden>  Wed, 09 Mar 2022 13:54:27 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-cvst_0.2-3-1.dsc 2.0 KiB 9c08ce07083cf6919e74f66faee3267fcd7622feea9a4a23276f9a3c8f14ed58
r-cran-cvst_0.2-3.orig.tar.gz 21.2 KiB efa296230395f323c2a398a7b386e3a88e75a5b9b645307459d0b7c14d03f32d
r-cran-cvst_0.2-3-1.debian.tar.xz 2.1 KiB 4a73543baeaf68f54045e34f7aca3d727de1be854b19ebd9e396c4fc4c5a486f

No changes file available.

Binary packages built by this source

r-cran-cvst: GNU R fast cross-validation via sequential testing

 This package implements the fast cross-validation via sequential testing
 (CVST) procedure. CVST is an improved cross-validation procedure which
 uses non-parametric testing coupled with sequential analysis to
 determine the best parameter set on linearly increasing subsets of the
 data. By eliminating underperforming candidates quickly and keeping
 promising candidates as long as possible, the method speeds up the
 computation while preserving the capability of a full cross-validation.
 Additionally to the CVST the package contains an implementation of the
 ordinary k-fold cross-validation with a flexible and powerful set of
 helper objects and methods to handle the overall model selection
 process. The implementations of the Cochran's Q test with permutations
 and the sequential testing framework of Wald are generic and can
 therefore also be used in other contexts.