CRAN/E | PrInDT

PrInDT

Prediction and Interpretation in Decision Trees for Classification and Regression

Installation

About

Optimization of conditional inference trees from the package 'party' for classification and regression. For optimization, the model space is searched for the best tree on the full sample by means of repeated subsampling. Restrictions are allowed so that only trees are accepted which do not include pre-specified uninterpretable split results (cf. Weihs & Buschfeld, 2021a). The function PrInDT() represents the basic resampling loop for 2-class classification (cf. Weihs & Buschfeld, 2021a). The function RePrInDT() (repeated PrInDT()) allows for repeated applications of PrInDT() for different percentages of the observations of the large and the small classes (cf. Weihs & Buschfeld, 2021c). The function NesPrInDT() (nested PrInDT()) allows for an extra layer of subsampling for a specific factor variable (cf. Weihs & Buschfeld, 2021b). The functions PrInDTMulev() and PrInDTMulab() deal with multilevel and multilabel classification. In addition to these PrInDT() variants for classification, the function PrInDTreg() has been developed for regression problems. Finally, the function PostPrInDT() allows for a posterior analysis of the distribution of a specified variable in the terminal nodes of a given tree. References are: – Weihs, C., Buschfeld, S. (2021a) "Combining Prediction and Interpretation in Decision Trees (PrInDT) - a Linguistic Example" ; – Weihs, C., Buschfeld, S. (2021b) "NesPrInDT: Nested undersampling in PrInDT" ; – Weihs, C., Buschfeld, S. (2021c) "Repeated undersampling in PrInDT (RePrInDT): Variation in undersampling and prediction, and ranking of predictors in ensembles" .

Key Metrics

Version 1.0.1
R ≥ 2.10
Published 2023-05-09 363 days ago
Needs compilation? no
License GPL-2
CRAN checks PrInDT results

Downloads

Yesterday 3 0%
Last 7 days 42 -38%
Last 30 days 186 -6%
Last 90 days 541 -28%
Last 365 days 2.498 +1181%

Maintainer

Maintainer

Claus Weihs

claus.weihs@tu-dortmund.de

Authors

Claus Weihs

aut / cre

Sarah Buschfeld

aut

Niklas Nitsch

ctb

Material

Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

PrInDT archive

Depends

R ≥ 2.10

Imports

graphics
MASS
party
splitstackshape
stats
stringr
utils