Sign in to view source links and access this dataset
Description
A computational toolbox for recursive partitioning, authored by Torsten Hothorn. The package implements conditional inference trees (ctree), random forests (cforest), and model-based recursive partitioning (mob) for various regression problems. The methods are described in papers from 2006, 2007, and 2008.
Use Cases
Building conditional inference trees for nominal, ordinal, or numeric response variables based on the described ctree() function.
Implementing random forests for regression problems based on the described cforest() function.
Applying model-based recursive partitioning with parametric models like GLMs based on the described mob() algorithm.
Visualizing tree-structured regression models using the extensible functionality mentioned in the description.
Strengths
Implements multiple established algorithms: conditional inference trees, random forests, and model-based recursive partitioning.
Applicable to a wide range of regression problems, including nominal, ordinal, numeric, censored, and multivariate response variables.
Methods are grounded in published theory, referenced in three peer-reviewed papers.
Limitations
Row count, column details, and sample data are unknown, which limits suitability assessment.
Column-level documentation is absent; field semantics must be inferred after download.
Last update date is unknown; freshness unverified.
Provenance
Source
paperswithcode
Collection Method
Likely a software package release or associated research artifact.
Time Range
Methods described in publications from 2006-2008.
Freshness
Last updated date is unknown.
Geography
Spatial coverage is unknown.
This appears to be a software package/library (R package 'party') rather than a traditional dataset; users should expect code and functions.