how is one hot encoding used in rapidminer

User: "fungayim"
New Altair Community Member
Updated by Jocelyn
how is one hot encoding used in rapidminer

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "ChristianK"
    New Altair Community Member
    Accepted Answer
    Updated by ChristianK
    Hello 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.