The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Using the Target Encoding operator
I want to use the Target Encoding operator on my dataset which has
categorical columns. After that I want to build a decision tree using
the encoded data. And to avoid overfitting I plan to use Cross
Validation. How can I build this process? Do I put the Target Encoding
and Decision Tree in one Cross Validation operator?
0
Best Answer
-
Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 UnicornYes, you can do that, but you don't actually need to do any attribute encoding for Decision Trees. All types of input data are handled by Decision Trees automatically.
1