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

Numerical vs. Polynomial attributes

nicugeorgiannicugeorgian Member Posts: 31 Maven
edited November 2018 in Help
Hi,

In the table embedded in my DatabaseExampleSource operator, I have an attribute whose integer values range from 0 to 500.

This attribute is read as nominal by the DatabaseExampleSource operator and not as numerical.

Is there a way to change this? I would like that attribute to be treated as numerical?

Or is there no difference for attributes like mine, whose the range is a finite set of integers?

Thanks,
Geo

Answers

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

    I would have to see the schema in order to get an idea why the operator did not recognize the numerical column correctly. However, there is a simple solution for those cases: just apply either the operator "GuessValueTypes" or "NominalNumbers2Numeric" in order to transform these wrongly recognized columns. You can also restrict these operators by using the "AttributeSubsetPreprocessing" operator if necessary.

    Cheers,
    Ingo
  • nicugeorgiannicugeorgian Member Posts: 31 Maven
    Thanks Ingo! It worked.  :)
Sign In or Register to comment.