🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Removing Non-Duplicates using RapidMiner

User: "novice_miner"
New Altair Community Member
Updated by Jocelyn

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?

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Telcontar120"
    New Altair Community Member
    Accepted Answer
    There 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.