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
wrong value type when joining
Hello,
I have a problem when joining two databases together. In the first one RapidMiner identifies the attribute as integer and in the other one as nominal (actually they are both just numerical). Everytime I start the process, the joining operator stops because of "wrong value types of the example sets".
What can I do to change the value types of both?
Thank you!
0
Best Answer
-
Thomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn
You'll have to convert one of the data types (either the integer or nominal) to the same data type. You can use a Numerical to Nonminal or Nominal to Numerical operator.
OR you can just put a Guess Types operator after the Read Database operator where the integer comes in as a Nominal value.
0