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.
Weights not being calculated
ally_ansari
Member Posts: 3 Contributor I
Hi -
I'm trying to select the weights that were created by the correlations. The correlation works, but the weights are empty.
Do you know what I'm doing wrong?
ProcessExample is EmptyWeights are emptyCorrelation works
Tagged:
0
Answers
Use the operator Weight by Correlation instead of the correlation matrix.
Take a look at the attached process.
Thanks for the reply. With the configuration you suggested I get a 'label is missing' errror.
What I'd like to do is create correlations - and then isolate the variables that are highly correlated.
I'm following this youtube video and attempting to re-create this process flow
https://www.youtube.com/watch?v=zoycFvkB3SU
Ooops -
That means you haven't defined roles for the different variables. Which is the varaible you are trying to predict? That is the label. Stick a Set Role operator between the ReadCSV and the Correlation Matrix.
Hi Ally,
Would you mind sharing the dataset you are trying to analyze? The issue may be specific to the dataset.
Attached is the similar process that I have built with a sample dataset for your reference. Also here is the instruction on How to Import a repository in RapidMiner
Cheers