The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
#NULL value is declared as one of the two values of a binominal attribute
agelos_katsanto
Member Posts: 2 Contributor I
Hello everyone,
I import my data and at the "Format your columns" step , on some binominal variables with values 0 or 1 there are missing values. These missing values are parsed as #NULL in this step and the attribute is declared as polynominal . When i try to change the attribute's type back to binominal , #NULL is one of the two values and the 0 or 1 is declared as a missing value noted with "?" .
How i can declare #NULL as missing value in binominal type attribute?
Thank you for your time
Tagged:
0
Answers
Hi @agelos_katsanto
Here is a process that does what you want:
I basically read the file, assigning it a polynominal value. Replace the N (well, I was lazy) value by nothing, and then apply Nominal to Binominal.
You will have to change the route of the csv file attached on the Read CSV operator to make things work for you.
Have a good day,
Thank you for your time and effort.
My dataset is in *.xls excel file .But this #NULL! value is unparsable from the "Read Excel" operator.
My problem is that when i import my dataset , the "automated" way of Rapidminer takes some of the initial numerical attributes as polynominal because it cant read #NULL! as missing value. And some of the initial binominal attributes as polynominal for the same reason. When i turn from polynominal to binominal it takes the 0 or 1 value as "?" and not the #NULL.
Hi @agelos_katsanto
What if you export these as text first, what does that appear? If you can send me the file (in a private message), I can get that to work for you and publish an appropriate answer.
All the best,
Rod.