How to filter out examples with missing values!

Court231Court231 Member Posts: 1 Newbie
Hello everyone! I am using the data set "Titanic" and am wondering how to filter out the examples with missing values. I see how to filter and see the ones with missing values, but not the other way around!

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,503 RM Data Scientist
    Hi,
    filter Examples operator has a setting "is missing".
    BR,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • kdafoekdafoe Member Posts: 20 Maven
    Hi Court231,

    Or you could use the Replace Missing Values operator and the average (default) to fill missing numeric values. Or you could use the Impute Missing Values operator to estimate missing values. But you will be need to include the KNN operator in the subprocess for this to work. Look at the tutorial for Impute Missing values. I like this one because it doesn't apply one value to all missing. Works pretty good for the Titanic dataset.
Sign In or Register to comment.