Remove correlated attributes with ..... null attributes
lionelderkrikor
Moderator, RapidMiner Certified Analyst, MemberPosts:1,195Unicorn
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
thatRemove Correlated Attributesoperator 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 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:1,635UnicornI 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 Attributeswas the solution adapted to my dataset ! (I didn't know this operator).
Thanks you, Brian,
Regards,
Lionel