gbtreeCode - How does the encodeName parameter affect the output variables?

Réponse

The 'encodeName' parameter specifies whether to encode variable names, such as predicted probabilities for binary or nominal targets. If set to TRUE, variables use the prefix 'P_' instead of the default '_DT_P_'. The default value is FALSE.
Did this answer help you?