Hello all,
I can't get the ExampleSet2SeriesObject operator to work correctly when the transformation_mode is set to series_from_attributes. I get "No value series in input example set!".
Example attached
<operator name="Root" class="Process" expanded="yes">
<operator name="ExampleSetGenerator" class="ExampleSetGenerator">
<parameter key="target_function" value="sum"/>
</operator>
<operator name="ExampleSet2SeriesObject" class="ExampleSet2SeriesObject">
<parameter key="transformation_mode" value="series_from_attributes"/>
<parameter key="series_attribute" value="att1"/>
</operator>
</operator>
Should this work?
regards
Andrew