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

Converting label from pseudo polynomial to binomial ??

AxelAxel Member Posts: 19 Maven
edited November 2018 in Help
Hi everybody,

I have a data set with polynomial labels.
I use ExampleFilter to remove examples from the data set so that effectively only examples from two classes remain.
But RapidMiner still thinks that the data are polynomial and not binomial and I'm now looking for an operator to fix this.
Is Nominal2Binomial the correct way?  It creates new attributes which is not really what I want...

Thanks,

Axel


Answers

  • AxelAxel Member Posts: 19 Maven
    Okay, I found a solution !

    AttributeSubsetPreprocessing        => Isolate my label attribute
      Nominal2Binominal                         
      AttributeFilter                                => Remove unwanted attributes generated by Nominal2binominal
    ChangeAttributeRole                      => Recreate label type

    after all, not that difficult  :-)

    axel

Sign In or Register to comment.