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
Simultaneous Model Output and Perofrmance Output
atifshaikh4514
Member Posts: 4 Contributor I
Hallo,
First of all, thanx for this tool.
I have a problem I never faced before, I have the following operator chain:
any ideas?
First of all, thanx for this tool.
I have a problem I never faced before, I have the following operator chain:
<operator name="Root" class="Process" expanded="yes">I want to view each individual rule set generated by all iterations of JRip as well as the performance ouptut. Usually, without the performance output, a model simply outputs the rule sets without any explicit operator, but in this case, I am kinda stuck.
<operator name="DirectMailingExampleSetGenerator" class="DirectMailingExampleSetGenerator">
</operator>
<operator name="XValidation" class="XValidation" expanded="yes">
<parameter key="keep_example_set" value="true"/>
<parameter key="sampling_type" value="linear sampling"/>
<operator name="MetaCost" class="MetaCost" expanded="yes">
<parameter key="cost_matrix" value="[10.0 3.0 1.0;1.0 0.0 2.0;6.0 1.0 0.0]"/>
<parameter key="keep_example_set" value="true"/>
<parameter key="sampling_with_replacement" value="false"/>
<operator name="W-JRip" class="W-JRip">
<parameter key="keep_example_set" value="true"/>
</operator>
</operator>
<operator name="OperatorChain" class="OperatorChain" expanded="yes">
<operator name="ModelApplier" class="ModelApplier">
<list key="application_parameters">
</list>
<parameter key="keep_model" value="true"/>
</operator>
<operator name="Performance" class="Performance">
<parameter key="keep_example_set" value="true"/>
</operator>
</operator>
</operator>
</operator>
any ideas?
0
Answers
the first idea could be to just add a breakpoint right after the learner (you can (de-)activate breakpoints by double-clicking on operators in the operator tree or you can select a breakpoint from the context menu which pops up after a right click on an operator). But maybe you will have a look into all models simultaneously? This is also possible with a little trick (using the %{a} macro): Hope that helps. Cheers,
Ingo
the trick did the trick :-)
;D
great to hear, thanks for the response.
Cheers,
Ingo