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
how is one hot encoding used in rapidminer
Best Answer
-
ChristianK Member Posts: 3 Contributor IHello fungayim,I think you are looking for "dummy coding", which splits up one categorical attribute into multiple separate attributes, one per category.In RapidMiner this is done with the "Nominal to Numerical" operator, which uses dummy coding as the default coding type. You can also find it in the operator panel by searching for "dummy coding".If your current categorical attribute is represented as a numerical attribute, you first have to convert it to a polynominal type using the "Numerical to Polynominal" operator.I hope this answers your question, otherwise feel free to ask again.
3