What are the different methods available for categorical variable transformation in the catTrans action?
5 vues
Réponse
The catTrans action supports several methods specified by the 'method' parameter: 'DTREE' (decision tree grouping), 'GROUPRARE' (grouping rare levels), 'ONEHOT' (one-hot encoding), 'RTREE' (regression tree grouping), and 'WOE' (Weight of Evidence grouping).