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
"Plot view - bug?"
Hi,
I'm trying to analyze input data - their attributes and relations between them. I think I came accross small bug. Steps to reproduce:
http://et5.comgate.cz/kuba/rm.png
It seems to me that selected values in "Plot Column" combo are one off with the displayed values in the plot. E.g. I chose Plot column: car and I can see plot with sports on X axis.
Or do I miss something?
One unrelated question: Is it possible to get median when inspecting ExampleSet? I can see mean, min, max, dev in meta data view. Is there any plot showing this? Or is it ncessary to you Aggregate operator?
Thanks,
Kuba
P.S. Sorry for not using bug tracker - I've tried to register several hours ago but no email came...
I'm trying to analyze input data - their attributes and relations between them. I think I came accross small bug. Steps to reproduce:
Then go to Plot View and select Plotter: Distribution, Class column: lifestyle, Plot column: car. And I can see this:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<process version="5.0">
<context>
<input/>
<output/>
<macros/>
</context>
<operator activated="true" class="process" compatibility="5.0.10" expanded="true" name="Process">
<process expanded="true" height="482" width="712">
<operator activated="true" class="generate_direct_mailing_data" compatibility="5.0.10" expanded="true" height="60" name="DirectMailingExampleSetGenerator (2)" width="90" x="45" y="30">
<parameter key="number_examples" value="1000"/>
</operator>
<connect from_op="DirectMailingExampleSetGenerator (2)" from_port="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>
http://et5.comgate.cz/kuba/rm.png
It seems to me that selected values in "Plot Column" combo are one off with the displayed values in the plot. E.g. I chose Plot column: car and I can see plot with sports on X axis.
Or do I miss something?
One unrelated question: Is it possible to get median when inspecting ExampleSet? I can see mean, min, max, dev in meta data view. Is there any plot showing this? Or is it ncessary to you Aggregate operator?
Thanks,
Kuba
P.S. Sorry for not using bug tracker - I've tried to register several hours ago but no email came...
Tagged:
0
Answers
yes, you are right. Thanks for this hint. Please inform us if you can't login to the bug tracker, if you manage to register, please file this as bug.
Greetings,
Sebastian
Could you answer my question regarding median, please? Thank you,
Kuba
I think you have to use the aggregation operator. The calculation of the median would simply take to much time (n log n as far as I know), so that you don't want to calculate it on large data sets automatically.
Greetings,
Sebastian
Many thanks,
Dan
-Gagi
Cheers
Dan
upps, seems to me I overlooked a post. Well in the meantime you have found the answer already And probably learned something about the benefits of the modular organization of RapidMiners functions
Greetings,
Sebastian