The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
Below is the error I get everytime I use the Simulator Block since I updated...
Any tips?
<?xml version="1.0" encoding="UTF-8"?><process version="9.4.001"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="9.4.000" expanded="true" name="Process" origin="GENERATED_TUTORIAL"> <parameter key="logverbosity" value="init"/> <parameter key="random_seed" value="2001"/> <parameter key="send_mail" value="never"/> <parameter key="notification_email" value=""/> <parameter key="process_duration_for_mail" value="30"/> <parameter key="encoding" value="SYSTEM"/> <process expanded="true"> <operator activated="true" class="retrieve" compatibility="9.4.001" expanded="true" height="68" name="Retrieve Titanic Training" origin="GENERATED_TUTORIAL" width="90" x="45" y="34"> <parameter key="repository_entry" value="//Samples/data/Titanic Training"/> </operator> <operator activated="true" class="naive_bayes" compatibility="9.4.001" expanded="true" height="82" name="Naive Bayes" origin="GENERATED_TUTORIAL" width="90" x="179" y="34"> <parameter key="laplace_correction" value="true"/> </operator> <operator activated="true" class="retrieve" compatibility="9.4.001" expanded="true" height="68" name="Retrieve Titanic Unlabeled" origin="GENERATED_TUTORIAL" width="90" x="179" y="136"> <parameter key="repository_entry" value="//Samples/data/Titanic Unlabeled"/> </operator> <operator activated="true" class="model_simulator:model_simulator" compatibility="9.4.001" expanded="true" height="103" name="Model Simulator" origin="GENERATED_TUTORIAL" width="90" x="313" y="34"/> <connect from_op="Retrieve Titanic Training" from_port="output" to_op="Naive Bayes" to_port="training set"/> <connect from_op="Naive Bayes" from_port="model" to_op="Model Simulator" to_port="model"/> <connect from_op="Naive Bayes" from_port="exampleSet" to_op="Model Simulator" to_port="training data"/> <connect from_op="Retrieve Titanic Unlabeled" from_port="output" to_op="Model Simulator" to_port="test data"/> <connect from_op="Model Simulator" from_port="simulator output" to_port="result 1"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> <portSpacing port="sink_result 2" spacing="0"/> </process> </operator> </process>
Unfortunately I cant share the XML but this is the process...