Options

SOLVED reclassification of values in attribute

eomereomer Member Posts: 2 Contributor I
edited November 2018 in Help
Hello

I need some help with very trivial problem but I can not find solution in Rapidminer. I need to "reclassify" values for specific attribute like this:

Actual value of attribute Att1 Wanted/changed value of attribute Att1
          -1                                                       -1
           0                                                        2
           1                                                        2
           2                                                        2
           3                                                        3
           4                                                        5
           5                                                        5

Also change all values 0,1,2 on value 2, respectively 4 and 5 on 5 for attribute1.

Thanks o lot for help

Eomer


Answers

  • Options
    awchisholmawchisholm RapidMiner Certified Expert, Member Posts: 458 Unicorn
    Hello,

    The "map" operator is a good place to start.

    Regards,

    Andrew
  • Options
    eomereomer Member Posts: 2 Contributor I
    Thank you Andrew, it was so simple.. :)
    Eomer
Sign In or Register to comment.