Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
How to resolve this parsing error ?
shashwat001
Member Posts: 27 Learner I
in Help
How to resolve this parsing error ? Can you help me ?
0
Best Answer
-
jwpfau Employee, 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