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
Removing Non-Duplicates using RapidMiner
novice_miner
Member Posts: 3 Learner III
I have a dataset of over 42000 records that has several duplicate and unique values. However, I would like to clean it up and remove ONLY non-duplicate values and leave duplicate records. I know the “remove duplicates” operator removes duplicates but in my case, I want to do the opposite. It’s quite easy to accomplish this task on excel but as you know, excel can’t seamlessly handle the size of my dataset. Is there anyway I can perform this task on RapidMiner?
Tagged:
0
Best Answer
-
Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 UnicornThere is already an output port on the Remove Duplicates operator that provides the duplicate examples, so you can simply use that as the input to your downstream process instead of the exampleset with the duplicates removed.7
Answers