Options

How do we change the data type from nominal to numerical in rapidminer?

Digaari_10Digaari_10 Member Posts: 2 Newbie
edited January 2021 in Help

I don't want unique integers substituting my values or use dummy coding (Basically what Nominal to Numerical Operator does)

I even tried using Real to Integer operator. But that did not change the datatype from Nominal to Numerical Inplace.

Is there any operator to just convert the values inplace?

Motive: Need to feed my data to Linear Regression. And Linear Regression Operator demands Numerical values

Answers

  • Options
    MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,507 RM Data Scientist
    Hi,
    if you don't want unique integers nor dummy coding, what do you want? Target encoding?

    Best,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • Options
    Digaari_10Digaari_10 Member Posts: 2 Newbie
    edited January 2021
    I Just want to convert them inplace.
    Its type says Nominal. (Can refer the screenshot)
    I want to convert it to numerical type

    As simple as

    5.00 --> 5
  • Options
    MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,507 RM Data Scientist
    Hi,
    Ahh, i think you want to use the Parse Numbers operator.

    Cheers,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
Sign In or Register to comment.