Selection after adding weights to data

norita
norita New Altair Community Member
edited November 2024 in Community Q&A

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




Tagged:

Best Answer

  • Marco_Barradas
    Marco_Barradas
    Altair Employee
    Answer ✓
    Hi @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.

     

Answers

  • Marco_Barradas
    Marco_Barradas
    Altair Employee
    Answer ✓
    Hi @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.