Description Author(s) See Also
An R package for building binary and multiclass decision tree algorithms using Area Under the Receiver Operating Characteristic (ROC) Curve, to measure impurity of a node. The package provides non-standard measures to select an optimal split point for an attribute as well as the optimal attribute for splitting through the application of local, semi-global and global AUC measures. Additionally, ImbTreeAUC is able to handle imbalanced data which is a challenging issue in many practical applications. The package supports cost-sensitive learning by defining a misclassification cost matrix and weight sensitive learning. It accepts all types of attributes, including continuous, ordered and nominal.
Krzysztof Gajowniczek
Maintainer: krzysztof_gajowniczek@sggw.edu.pl
ImbTreeAUC
, ImbTreeAUCInter
, PredictTree
, PrintTree
, PrintTreeInter
, ExtractRules
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.