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
ModelWriter: Missing input for Nominal2Numerical
Hi,
trying to write the model "Nominal2Numerical" to disk via the ModelWriter leads to the error message:
P Jul 8, 2009 2:10:46 PM: [Error] ModelWriter: ModelWriter: ModelWriter: Missing input: Model
P Jul 8, 2009 2:10:46 PM: [Error] There was 1 error.
Here is my process:
message possibly redundant?
I'm using RapdiMiner v4.4.0
Regards,
Paul
trying to write the model "Nominal2Numerical" to disk via the ModelWriter leads to the error message:
P Jul 8, 2009 2:10:46 PM: [Error] ModelWriter: ModelWriter: ModelWriter: Missing input: Model
P Jul 8, 2009 2:10:46 PM: [Error] There was 1 error.
Here is my process:
The model is however written to disk and seems to be OK. Is this error
<operator name="Root" class="Process" expanded="yes">
<description text="#ylt#p#ygt#The normalization operator supports both z-transformation on zero mean with standard deviation 1 and range normalization into a predefined range. #ylt#/p#ygt#"/>
<operator name="ArffExampleSource" class="ArffExampleSource">
<parameter key="data_file" value="../data/iris.arff"/>
<parameter key="label_attribute" value="class"/>
</operator>
<operator name="Nominal2Numerical" class="Nominal2Numerical">
<parameter key="return_preprocessing_model" value="true"/>
</operator>
<operator name="ModelWriter" class="ModelWriter">
<parameter key="model_file" value="norm.mod"/>
</operator>
</operator>
message possibly redundant?
I'm using RapdiMiner v4.4.0
Regards,
Paul
Tagged:
0
Answers
Thanks for the hint. It's a bug and will be fixed in the next release. It concerns only the validation of the process, not the process execution itself.
Cheers,
Simon