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

Operator Question

njay8njay8 Member Posts: 4 Learner I
Hi,

I'm new to Rapidminer! I'm wondering if there is an operator that can remove rows when two columns have the same value? Or, if there is an operator that can filter to show only those rows where these two columns don't have the same value? 

Any help is appreciated, thank you! :)

Best Answer

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
    Hi,
    you can use Filter Examples and filter for
    [attName1]==[attName2]
    as an expression.

    Best,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • njay8njay8 Member Posts: 4 Learner I
    Thank you! I tried this operator, which makes complete sense, but for some reason it shows instantation error: not a valid format 
  • njay8njay8 Member Posts: 4 Learner I
    It worked! Thank you!! 
Sign In or Register to comment.