Numeric to nominal attribute


Hello,
I am trying to change a numeric attribute to a nominal one, but I found no way to do it.
I need to do that on my label attribute to be able to learn a classification trees.
Thanks
I am trying to change a numeric attribute to a nominal one, but I found no way to do it.
I need to do that on my label attribute to be able to learn a classification trees.
Thanks
0
Answers
You need a preprocessing discretization operator, of which there are three, and to check out the examples and documentation!.