Rename an attribute based on performance

wessel
wessel New Altair Community Member
edited November 5 in Altair RapidMiner
Dear All,

I have an attribute named "att".
Furthermore I have a performance operator which produces an accuracy score.

Now I wish to rename my attribute att to att_%{accuracy_score}

Is there a way to do this without the log operator?

Currently I'm using:
- log
- log to data
- extract macro
- rename with replace

But I get annoyed by the log operator, first of all it always pops up in the results,
and these 4 operators totally clutter up my process flow.

Best regards,

Wessel