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.
Selection after adding weights to data
Hi
Does anyone know how to fix this problem. I actually wanted to use MRMR weighing to select the variables. The weighing itself works but somehow it does not serve for variable selection. I kind of stuck here.
Otherwise I need to split the weighing step from the selection step. And use the MRMR-FS Operator for the selection after weighing and see the count above random. But then I lose the quality of bootstrapping in the process of selection.
You might need to have a quick look within the community sample…:
the community samples>community data science>How to use future selection.
…the weighing is adopted from it.
Best
Nora
0
Best Answer
-
MarcoBarradas Administrator, Employee, RapidMiner Certified Analyst, Member Posts: 272 UnicornHi @norita after applying the weightening operator of your choice you can use a select by weight operator which receives the output of the previous weighthening task.
0