An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
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.
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.
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