The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum here.
💬0 Comments | 🔥0 Discussions | 👤0 Members | 🔌0 Online |
Answers
you can use a Generate Attributes to create an attribute which contains 1 in case of true and 0 in case of false. Then remove your old attribute
and rename the created one to your desired name.
Best,
Nils
Thanks.
So basically what your saying is.
Create numeric attributes.
(Numeric attributes write 0.0 and 1.0 by the way).
Or should I use "1" and "0" in string value?
To create a nominal attribute?
I guess that would really write out what I was asking for.
Best regards,
Wessel
With a nominal attribute with values "1" and "0" it should write if you have unchecked the "quote nominal values" option.
Best,
Nils