I've imported a datset into Rapidminer 5 and one of the columns that was supposed to be nominal or polynomial was set as a numeric. My data set has over 500 attributes so I don't really want to have to reimport my data every time I realize I've made a mistake like this. Is there some way to either automate the import process so that it saves the column types I set each time or can I go back and edit my already imported data set attribute types?

link|improve this question

feedback

3 Answers

up vote 2 down vote accepted

add this operator to your process, after you load the data:

Data Transformation > Type Conversion > Numerical to Polynomial

on the operator, select

attribute type filter = single
attribute = [name of your attribute]

link|improve this answer
feedback

here you go: http://i.stack.imgur.com/ov5yn.png

  1. Select "Numerical to Polynomial"
    1. Then change "attribute filter type" to 'subset' Then select attributes that you want to change.
    2. One more suggestion, you better store this output in your local repository so you dont need the conversion everytime you need the data. So, you will have both original and duplicate in your basket. :)
    3. Happy Data Mining...
link|improve this answer
feedback

apply the 'set role function':

It's listed under operators -> data tranformations -> Name and role modification -> Set role

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.