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

sectynsectyn Member Posts: 25 Maven
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?

Best Answer

  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    Solution Accepted
    Yes, 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.

    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
Sign In or Register to comment.