catTrans - Which grouping techniques are supervised?

Réponse

The supervised techniques require a target variable and include 'DTREE' (decision tree), 'RTREE' (regression tree), and 'WOE' (Weight of Evidence). These methods use the target variable to guide the grouping process.
Did this answer help you?