The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Removing features from the exampleTable operator
marcin_blachnik
Member Posts: 61 Guru
Hello
I have a question if there is any operator I could use for removing features from the exampleTable?
This derives from the problem that whenever I use an operator such as discretization in a loop or x-validation etc. it generates and adds new features to the exampleSet and exampleTable. However when in next iteration these discretized features are not required then they still exist in the exampleTable. So my idea is to free (remove) these new generated features and make a space for next iteration.
If I'm wrong then please correct me.
Best
Marcin
I have a question if there is any operator I could use for removing features from the exampleTable?
This derives from the problem that whenever I use an operator such as discretization in a loop or x-validation etc. it generates and adds new features to the exampleSet and exampleTable. However when in next iteration these discretized features are not required then they still exist in the exampleTable. So my idea is to free (remove) these new generated features and make a space for next iteration.
If I'm wrong then please correct me.
Best
Marcin
0
Answers
Select Attributes is your friend. If you activate the invert parameter, the selected features will be removed instead of being kept.
Best regards,
Marius
Thanks for the answer, and for the hidden behavior of Select_Attributes
Best
Marcin