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

How to change data of value

tenztenz Member Posts: 3 Learner I
How to change data of value? like example the data contains 0 and 1, i want replace the number if 0 mean male and 1 is female, anyone have idea? 

I already used replace and map operators before but its not work

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
    Hi,
    I think you need to convert it to a nominal before you can use Map.

    Best,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • tenztenz Member Posts: 3 Learner I
    the data type of price_range is integer, i already use text to nominal but it doesnt work 
    the attribute is not showing maybe becaouse the data type, do you have an idea how to change it to nominal or something else that make rapidminer show if this is a classification data





  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
    Hi,
    as you said yourself, the type is integer, not text. So you want to use Numerical to Nominal to convert both. Make sure to include special attribute.
    Best,
    martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
Sign In or Register to comment.