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_gonzasebastian_gonza RapidMiner Certified Analyst, Member Posts: 52 Guru
edited November 2018 in Help

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?

 

 

Best Answer

  • sebastian_gonzasebastian_gonza RapidMiner Certified Analyst, Member Posts: 52 Guru
    Solution Accepted

    I used a guess type and worked, thks anyways :)

Answers

  • phellingerphellinger Employee-RapidMiner, Member Posts: 103 RM Engineering

    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 

  • lionelderkrikorlionelderkrikor RapidMiner Certified Analyst, Member Posts: 1,195 Unicorn

    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

  • sebastian_gonzasebastian_gonza RapidMiner Certified Analyst, Member Posts: 52 Guru

    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?

  • sebastian_gonzasebastian_gonza RapidMiner Certified Analyst, Member Posts: 52 Guru

    Here is the workflow and the data I am using, if you have an idea please let me know

     

    thks

Sign In or Register to comment.