r-cran-party 1.3-13-1 source package in Ubuntu

Changelog

r-cran-party (1.3-13-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)

 -- Andreas Tille <email address hidden>  Mon, 26 Jun 2023 13:15:26 +0200

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
r-cran-party_1.3-13-1.dsc 2.1 KiB 69bb19396bd26012d704f32597df473e114a2c038a447646b2ad5d735d9f4c45
r-cran-party_1.3-13.orig.tar.gz 749.0 KiB def05e7f0c59f1b1ecf0ab3929cff75ae8c2691aaf52292cad4371281b897e7b
r-cran-party_1.3-13-1.debian.tar.xz 2.9 KiB 981a257ebba30014ae4a9e1d6bba4e93e29a2bfba396c992ee159f53bf264b92

Available diffs

No changes file available.

Binary packages built by this source

r-cran-party: GNU R laboratory for recursive partytioning

 A computational toolbox for recursive partitioning.
 The core of the package is ctree(), an implementation of
 conditional inference trees which embed tree-structured
 regression models into a well defined theory of conditional
 inference procedures. This non-parametric class of regression
 trees is applicable to all kinds of regression problems, including
 nominal, ordinal, numeric, censored as well as multivariate response
 variables and arbitrary measurement scales of the covariates.
 Based on conditional inference trees, cforest() provides an
 implementation of Breiman's random forests. The function mob()
 implements an algorithm for recursive partitioning based on
 parametric models (e.g. linear models, GLMs or survival
 regression) employing parameter instability tests for split
 selection. Extensible functionality for visualizing tree-structured
 regression models is available. The methods are described in
 Hothorn et al. (2006) <doi:10.1198/106186006X133933>,
 Zeileis et al. (2008) <doi:10.1198/106186008X319331> and
 Strobl et al. (2007) <doi:10.1186/1471-2105-8-25>.

r-cran-party-dbgsym: debug symbols for r-cran-party