🎉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

Label Attribute

User: "smackdown33"
New Altair Community Member
Updated by Jocelyn
Hi I was wondering is it possible in the XML file to ensure that the values for your label_attribute are nominal other then using the data loading wizard.

Thanks for any help on the matter.

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "keith"
    New Altair Community Member
    If you're using ExampleSource to read in data, you can create a custom-written .aml file that indicates which attributes are nominal.

    If you're talking about converting data after it's read into RM, then Numerical2Polynomial converts a numerical attribute to a nominal one.  You could probably use AttributeSubsetPreprocessing to select just the label, and if its numerical use N2P on it.

    Keith

    User: "smackdown33"
    New Altair Community Member
    OP
    Thats great keith, thank you very much.