🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

No difference between "polynominal" and "text" data type?

User: "karl_trela"
New Altair Community Member
Updated by Jocelyn

Hi,

 

I checked the manual and this forum but I cannot find the answer.

 

Is there possibly no difference between the "text" and "polynominal" data types in RM?

 

I am asking, because I worked with quite an large data set and RM seems to save text variables the same way it does with polynominals: as categorical variables (or factors).

The metadata file gets really huge and this slows down RM a lot when loading and handling data.

 

Could this be true?

 

Best

Karl

Find more posts tagged with

Sort by:
1 - 5 of 51
    User: "Telcontar120"
    New Altair Community Member

    The differences are not visible, but they are important.  On the back-end, there are many text processing operators that only work on data of type "text" and there are many normal operators that work on polynominal data types but not text.  So you do need to make sure that this is set correctly depending on what your downstream needs may be.

    @karl_trela,

    good catch. I think if i remember it correctly it is indeed at the moment the same implementation and the difference is on the usability. But this might change in future.

     

    Best,

    Martin

    User: "t_liebe"
    New Altair Community Member

    Hi guys,

     

    I am trying out some text processing models and they worked all for polynominal attributes.

    Now I want to try a new one and need to change the att into a text att. Converting the excel file into a csv didn't work. Can you help me with that ?

     

    Thanks in advance.

    User: "Telcontar120"
    New Altair Community Member

    "Nominal to Text" operator will convert any attributes that you need.

     

    User: "t_liebe"
    New Altair Community Member

    Got it already but thank you anyway !