Hi,
I'm a new RapidMiner user and I would like to ask how can a visualization operator (i.e. lift chart) get both an exampleset and a model as input where the order of the operation is sequential (at least from the gui).
I tried to change order but it still says error "missing example set" or "missing model" on the visualization operator.
How can I fix it?
<operator name="Root" class="Process" expanded="yes">
<operator name="ExampleSource" class="ExampleSource">
<parameter key="attributes" value="~/dataset.aml"/>
</operator>
<operator name="MissingValueReplenishment" class="MissingValueReplenishment">
<list key="columns">
</list>
</operator>
<operator name="OperatorChain" class="OperatorChain" expanded="yes">
<operator name="NaiveBayes" class="NaiveBayes">
</operator>
<operator name="ModelWriter" class="ModelWriter">
<parameter key="model_file" value="modeltree.mod"/>
</operator>
</operator>
<operator name="LiftChart" class="LiftChart">
</operator>
</operator>
Thx in advance.
A.Florio