possibility to save Attributes? / Attribute Weights?
hi,
I want to save the Attribute Names of Attribute Weights results (those with value 1), in some file or Macro, and then Load the file or use the macro to set those attribute names to select them and set them automatically in the select Attributes operator. Is that somehow possible?
I want to built a combined forward backward algorithm, where I first forward search attributes, set them in the select attributes operator for the bw elimination, and those again from the bw elimination for the fw selection algorithm, and I want to do this in a loop, until performance compared to previous performance gets not better anymore..
Is it possible to save the attribute names results and set them in the select attributes operator somehow?
Best Answer
-
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
Maybe select by weights simply solves it?
~Martin
- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany0
Answers
yup you are right
and is there some way to "save" the performance of an attribute combination, and compare it to the next run performance from an operator `?
and then continue the loop if performance now >> (bigger) last performance ? and abort if performance now << last performance?