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
impute missing values
Hello
I'm trying to impute missing values for my missing data as illustrated in the below image. However, I'm not sure what the right operator should go inside the impute missing values" operator to make this process work fine.
I'm trying to impute missing values for my missing data as illustrated in the below image. However, I'm not sure what the right operator should go inside the impute missing values" operator to make this process work fine.
Tagged:
0
Answers
In Impute Missing Values you use a modeling operator (one in the structure Modeling/Predictive) for imputation. RapidMiner will build a model using the examples where the value is not missing to predict the ones where the value is missing.
Select a model that has the capabilities for working with your data. E. g. can it work with nominal data, missings in other attributes, etc. See the Academy videos on the basics of modeling with different models.
If this is just a routine step to fill missing values with reasonable replacement values, you can go with something like a decision tree, or if you only have numerical attributes, Support Vector Machine, Neuronal Net or Linear Regression.
If the replacement is really important and you're relying on it in your analysis, you should cross-validate and optimize different models by taking the part of the data where the target attribute value is not missing. The validation result will help you select the best model.
Regards,
Balázs