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
Discretization problem
I added a discretization with 4 classes, then wanted to add a 5th one, and it didn't work.
<operator activated="true" class="discretize_by_user_specification" compatibility="5.1.011" expanded="true" height="94" name="Discretize" width="90" x="346" y="93">
<parameter key="attribute_filter_type" value="single"/>
<parameter key="attribute" value="log_return"/>
<list key="classes">
<parameter key="E strong sell" value="-0.01"/>
<parameter key="D sell" value="-0.005"/>
<parameter key="C neutral" value="0.005"/>
<parameter key="B buy" value="0.01"/>
</list>
</operator>
I'm missing "A strong buy" obviously.
Then I resigned and just tried to change "B buy" such that the value is 1.0 rather than 0.01 but the change does not get preserved or saved.
Should I file a bug report? As I'm new to the tool, maybe I'm missing something obvious. Btw. RM is up-to-date as of now.
I also find that on several occasions in general, when I change something and want to save the results, the save button is inactive, as if it didn't register the change, or in other words, didn't update the "saved"-ness status. Is it a common and well-known experience?
<operator activated="true" class="discretize_by_user_specification" compatibility="5.1.011" expanded="true" height="94" name="Discretize" width="90" x="346" y="93">
<parameter key="attribute_filter_type" value="single"/>
<parameter key="attribute" value="log_return"/>
<list key="classes">
<parameter key="E strong sell" value="-0.01"/>
<parameter key="D sell" value="-0.005"/>
<parameter key="C neutral" value="0.005"/>
<parameter key="B buy" value="0.01"/>
</list>
</operator>
I'm missing "A strong buy" obviously.
Then I resigned and just tried to change "B buy" such that the value is 1.0 rather than 0.01 but the change does not get preserved or saved.
Should I file a bug report? As I'm new to the tool, maybe I'm missing something obvious. Btw. RM is up-to-date as of now.
I also find that on several occasions in general, when I change something and want to save the results, the save button is inactive, as if it didn't register the change, or in other words, didn't update the "saved"-ness status. Is it a common and well-known experience?
0
Answers
http://rapidminernotes.blogspot.com/2011/03/discretize-by-user-specification.html
might be what you need.
Regards
Andrew
Next time I bump into something, I'll search your site 1st :-)
Robert