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

May i know the way to remove all '??' in these column??

ColdlenColdlen Member Posts: 2 Learner I

Answers

  • BalazsBaranyBalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn
    Hi,

    the ?s are missing values. How did you get this result? It seems like the output of a full outer join. 

    The basic operations for handling missing values are:
    • Filter Examples with non-missing rows (if you only have a few missings)
    • Select Attributes for removing the affected attribute(s) (if you have many missings and the attribute is not important)
    • Replace Missing Values (if you know a replacement value or a reasonable function)
    • Impute Missing Values (which builds a model from examples that don't have missing values to predict the missing ones)
    In your case, neither seems appropriate. Depending on how you got your example set, you might want to review that process.

    Regards,
    Balázs
Sign In or Register to comment.