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
numeric and polynomial variables
If a variable is already coded as a dummy, then, after importing the dataset to the design interface, should I set the type as integer or binominal (and then transform from nominal to numeric)?
Also, if the variable is ordinal should it be set as polynominal or integer? What if it is ordinal but the values are not 'complete' e.g. 1,2,3,4,8?
Tagged:
0
Answers
If the variable has been dummy coded, then the type is numeric, by definition of dummy coding.
For ordinal variables it doesn't matter if there are "holes". As far as I know they are not explicitely supported by RapidMiner, but the closest thing is a polynominal type: The actual values "1", "2", "100" don't matter. In case that you use it for regression problems, then you will probably have to dummy code it.
Best,
Sebastian