CompleteFeatureGeneration (name of attributes)

Legacy UserLegacy User Member Posts: 0 Newbie
edited June 2019 in Help
Hello,

When using the CompleteFeatureGeneration-operator I get additional
attributes, i.e. when selecting "use_mult" the following 3 attributes are
generated: a^2, a*b, b^2. Unfortunately, as attribute name "gensym,
gensym1, and gensym2" was given. Having many attributes in the original
dataset it becomes complicated to determine how gensym23 was generated …

I would suggest not to generate names like gensym but to generate the new
names from the original attributes. I.e. the attributes are "AAA" and "BBB"
I would like to have as new constructed attributes "AAA * AAA", "AAA *
BBB", "BBB * BBB". The operator "* (use_mult)" could also be replaced by
the corresponding function.

Best Regards

Volker

Answers

  • IngoRMIngoRM Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM Founder
    Hi Volker,

    actually, this information is already available. In the meta data view, you can open the context menu in the upper right corner (the blue triangle) and activate the column "construction description". Here you will find the desired information. We distinguish between the name and the construction description since the name has to be unique, the construction description not.

    However, in the upcoming 4.4 release there is also a new operator called "Construction2Names" which can be used to replace the names by the construction descriptions shown in the meta data view. That should do the trick.

    Cheers,
    Ingo
  • Legacy UserLegacy User Member Posts: 0 Newbie
    Hello Ingo,

    I really appreciate you fast response - Thank you!! That's excatly what I wanted to have :-)

    Best Regards

    Volker
Sign In or Register to comment.