"Impute Missing Value" example set is empty

User: "pablo_199"
New Altair Community Member
Updated by Jocelyn
im running a basic titanic data cleansing, and im trying to fill the na's of the cabin column with the impute missing value operator. i insert the missing values as input, i can even visualize them if i dragg to result, but once i connect it to Impute Missing Value, it says the example set is empty, could anyone help

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "varunm1"
    New Altair Community Member
    Accepted Answer
    Hello @pablo_199

    The issue in your process is that you are selecting a single attribute that has missing values in "impute missing values" operator. This doesn't work as the KNN needs predictor attributes to learn and impute missing values in a column. For this purpose, I selected all attributes. Once more issue is with filter examples before impute missing values, this will get only examples with missing value columns. The issue here is KNN doesn't have a clue what it needs to place in "Cabin" column as all the values in that column are missing due to this filter. I removed that.

    Please find attached .rmp file. To run this go to File __> Import Process and point it to the file location you download into PC. Please let us know if you have any questions.