How to delete the Underweight attribute

Noor_94_
Noor_94_ New Altair Community Member
edited November 2024 in Community Q&A
Can someone show me the steps to delete the underweight?
Tagged:

Answers

  • Caperez
    Caperez Altair Community Member
    Hi @Noor_94,

    In this case the response is the same that the your previous question. 
    How to remove the sub attribute? — RapidMiner Community
    Please use the the Filter Examples operator.

    Best, 

    Cesar
  • BalazsBaranyRM
    BalazsBaranyRM New Altair Community Member
    Hi @Noor_94,

    the data are already showing that Underweight has 0 examples. So you obviously filtered the data correctly. 

    RapidMiner maintains the existing nominal values in the example set metadata. This is useful in some situations. But it only affects the metadata - the data are gone, as you can see.

    If this somehow disturbs your process, there are multiple ways to get rid of the old value in the metadata. You can use Guess Types for example, or write the data to a CSV file and import from there.

    Best regards,
    Balázs