Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
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...?