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.
"Error with ValueSubgroupIterator and nominal values"
I've run into a strange problem. If I save the process at the end of this message to a file, restart RM and load it, when I try to run it I am getting the error message:
Seems like there is a parsing glitch in the code? This is RM 4.3 Zaniah branch built yesterday.
However, if after loading it, I first select ValueSubgroupIterator, click Edit List for "attributes", and change the values from "all" to "above p" and then back to "all" (thus restoring the process to its initial form) before running the process, it runs successfully!
NumberFormatException caught:
For input string: "all"
Seems like there is a parsing glitch in the code? This is RM 4.3 Zaniah branch built yesterday.
<operator name="Root" class="Process" expanded="yes">
<operator name="NominalExampleSetGenerator" class="NominalExampleSetGenerator">
</operator>
<operator name="ValueSubgroupIterator" class="ValueSubgroupIterator" expanded="yes">
<list key="attributes">
<parameter key="att1" value="all"/>
</list>
<operator name="DecisionTree" class="DecisionTree">
</operator>
</operator>
</operator>
Tagged:
0
Answers
Regards,
Tobias
I just wanted to let you know that we managed to include the fix in the release of RapidMiner 4.3.
Cheers,
Ingo
Keith