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.

How to impute the missing data with the most frequent value

DoomyDoomy Member Posts: 2 Contributor I
edited December 2021 in Help
I have a dataset containing categorical and numerical data and I would like to know how I can impute the missing data with the frequent value.
For example
ID         Feature1      Feature 2        Feature 3 
_______________________________________
123      core i7          Windows         33844690
334       IOS              phone             99983648

Note that the missing values are huge but I can't drop the column.
Is there an operator I can use for nominal data to be replaced with the mode? and the numerical data with average or max? 

Best Answer

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,529 RM Data Scientist
    Solution Accepted
    Hi,
    you can use Replace Missing Values. Average actually takes the mode for nominal columns.

    Cheers,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
Sign In or Register to comment.