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

Missing Dummy Variables?

hbsterlinghbsterling Member Posts: 1 Learner I
With a dataset of distinct 154 countries, RM is not producing 154 zero/one dummy variables after the nominal to numerical operator. There are 9 variables that cannot be selected in select attributes/are just missing and I am not sure why it will not make a dummy code for every country?

Answers

  • jwpfaujwpfau Employee-RapidMiner, Member Posts: 303 RM Engineering
    Hi,

    Select Attributes is not used to select the attributes for the next operator, it's removing all not selected from the example set.

    You only need the "Nominal to Numerical" operator with attribute filter type single and attribute set to country.
    You might also have to select "include special attributes" if your country attribute is used as i.e. a label.

    Greetings,
    Jonas
Sign In or Register to comment.