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
convert nominal to numerical problem
sebastian_gonza
RapidMiner Certified Analyst, Member Posts: 52 Guru
Hi
I want to convert nominal values into numeric, I tried the dummy coding but a column is generated for each value there is, then I use unique integers and I get like an order number but not what the number actually is, all I want is one column with the numeric values, any ideas?
0
Best Answer
-
sebastian_gonza RapidMiner Certified Analyst, Member Posts: 52 Guru
I used a guess type and worked, thks anyways
1
Answers
Hi,
is this a question related to Radoop. I am just asking because of your other recent question... If yes, then probably "Type Conversion" operator is the one you are looking for.
If it is Studio, then "Parse Numbers" operator looks promising.
Best,
Peter
Hi @sebastian_gonza,
Have you try to :
- set your concerned attributes as numeric in the import configuration wizard (step 4 / 4).
AND/OR
- use the Parse Numbers operator on your concerned attributes.
I hope it helps,
Regards,
Lionel
I am extracting a sample from a hive data set throught a retrieve and then store it in my local repository, is there a way to do it during the workflow?
Here is the workflow and the data I am using, if you have an idea please let me know
thks