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
Select all attributes having only missing value
zubairali_j
Member Posts: 1 Learner II
Hi,
How shall I select all the attributes which has ONLY missing values in Rapidminer tool. I dont want to select other attributes which has both missing and non-missing values. If I put 'no_missing_values' in attribute_filter_type option in 'Select Attributes' operator and inverse selection, it select the rows which has both missing and non-missing values. But I need to select attributes which has all the values missing.
Thanks,
Zubair
Tagged:
0
Answers
Dear Zubairali,
interesting question. I did not find a one operator solution. Attached is a longer process doing the job. I would be curious if there is an easier way to do it.
~Martin
Dortmund, Germany
Well, a shorter version (although not exactly the same) is to just use "Replace Missing Values" with a constant value NOT in the data. Then use "Remove Useless Attributes". Of course this one also removes other attributes which are constant (but how useful are those?). You can then turn the constant value you have used above back into a missing again with "Declare Missing Value".
Here is the code:
Cheers,
Ingo