Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

[solved] Complete cases filter

ben_hben_h Member Posts: 17 Contributor II
edited November 2018 in Help
I am sure this is very simple, but the new terminology I have to learn to use this great tool has befuddled me. I cannot work out how to create a "complete cases" data set.

For example, I have a dataset of 5 variables, all of which to some degree have some missing values. In one step I can create a complete cases data set in R by using
out <- complete.cases(original)
This selects only those "rows" which have values in all of the 5 variables.
However I have so far failed to see how to do this with RM. Sorry for very basic question.
Ben.

Answers

  • awchisholmawchisholm RapidMiner Certified Expert, Member Posts: 458 Unicorn
    Hello

    Use Filter Examples with the option - no missing attributes

    Regards

    Andrew
  • ben_hben_h Member Posts: 17 Contributor II
    awchisholm wrote:


    Use Filter Examples with the option - no missing attributes

    Well I don't feel so stupid then. That option meant something else entirely to me!

    Thanks,
    Ben.
Sign In or Register to comment.