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
How to resolve this parsing error ?
shashwat001
Member Posts: 33 Learner I
in Help
How to resolve this parsing error ? Can you help me ?
0
Best Answer
-
jwpfau Employee-RapidMiner, Member Posts: 303 RM EngineeringHi Shashwat,
"8" is a number, "Single" is not a number.
You can't use the Parse Number operator on this kind of data.
Greetings,
Jonas0
Answers
If you need numeric values you can i.e. use the "Nominal to Numerical" operator.
Greetings,
Jonas
The Nominal to Numerical operator allows you to encode Nominal values, like your "Married, Single, Together, Divorced, Widow" values into either Unique Integers like "0,1,2,3,4" or into a dummy encoding, which means new attributes with either 0 or 1 for each of the possible Nominal values.
Here is an example processes that applies both methods onto your csv file:
Jonas
you can copy and paste the xml into the Process panel of RapidMiner Studio.
This will replace your current process with the one from the XML, so please save your work first and start a new blank process first.
Also see https://community.rapidminer.com/discussion/37047/how-can-i-share-rapidminer-studio-processes-online-or-with-other-people/p1
Greetings,
Jonas