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
Remove correlated attributes with ..... null attributes
lionelderkrikor
RapidMiner Certified Analyst, Member Posts: 1,195 Unicorn
Dear all,
It is a very special case, however ..... :
By working on a dataset with many null attributes (all values of these attributes are null), I discover
that Remove Correlated Attributes operator don't take them into account : They are not removed.
I assume that it is because the definition of the correlation coefficient.
What should be the behaviour of this operator in this case ?
Regards,
Lionel
Tagged:
0
Best Answer
-
Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 UnicornI think "Remove Useless Attributes" should be able to discard the attributes with all or mostly missing values for you.
You could also use Replace Missing Values with a constant number before the Remove Correlated Attributes approach.2
Answers
Hi @Telcontar120,
Indeed, Remove Useless Attributes was the solution adapted to my dataset ! (I didn't know this operator).
Thanks you, Brian,
Regards,
Lionel