catTrans - Which grouping techniques are considered supervised and what do they require?

Réponse

The supervised techniques are 'DTREE', 'RTREE', and 'WOE'. These methods require specifying one or more target variables using the 'targets' parameter, as the grouping is based on the relationship with these targets.
Did this answer help you?