Correlation Matrix how to group correlated attributes together?
hi,
I would like to make groups of attributes that are similar or that correlate... how can I best do that?
do I use some kind of binning techniques for all attributes? and do all attributes get the same binning range (e.g all attributes together or should I do it separate for each attribute) according to some proportionaliy measure?
sorry I dont know where to start...
Tagged:
0
Answers
What you can try is to use the Weight by Correlation operator and then use a binning operator to group your attributes.
Maybe something like this?
yeah something like this, but how can I do this in regard to class prediction? I mean I have only the columns Attribute and Weight left after doing this...??
any Idea somebody how to do this automatically (binning) with the original dataset?
this way it gives me nice ranges, but I would have to set them manually for each attribute I think...?