A program to recognize and reward our most engaged community members
Random_Forest_Local_Seed = false | Sample_True_Local_Seed = false: [0.7 - ∞] {[-∞ - 0.6]=0, [0.6 - 0.7]=1, [0.7 - ∞]=3} | Sample_True_Local_Seed = true | | Test_Sample_Local_Seed = false: [0.7 - ∞] {[-∞ - 0.6]=0, [0.6 - 0.7]=0, [0.7 - ∞]=2} | | Test_Sample_Local_Seed = true: [-∞ - 0.6] {[-∞ - 0.6]=2, [0.6 - 0.7]=0, [0.7 - ∞]=0} Random_Forest_Local_Seed = true: [-∞ - 0.6] {[-∞ - 0.6]=8, [0.6 - 0.7]=0, [0.7 - ∞]=0}..
<?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.8" expanded="true" name="Process"> <process expanded="true" height="602" width="835"> <operator activated="true" class="generate_sales_data" compatibility="5.0.8" expanded="true" height="60" name="Generate Sales Data" width="90" x="45" y="30"> <parameter key="number_examples" value="500000"/> <parameter key="use_local_random_seed" value="true"/> </operator> <operator activated="true" class="generate_attributes" compatibility="5.0.8" expanded="true" height="76" name="Generate Attributes" width="90" x="45" y="120"> <list key="function_descriptions"> <parameter key="label" value="((amount>3)&&(single_price>50)) || (product_id>80000)"/> </list> </operator> <operator activated="true" class="set_role" compatibility="5.0.8" expanded="true" height="76" name="Set Role" width="90" x="45" y="255"> <parameter key="name" value="label"/> <parameter key="target_role" value="label"/> </operator> <operator activated="true" class="numerical_to_binominal" compatibility="5.0.8" expanded="true" height="76" name="Numerical to Binominal" width="90" x="45" y="390"> <parameter key="attribute_filter_type" value="single"/> <parameter key="attribute" value="label"/> <parameter key="include_special_attributes" value="true"/> </operator> <operator activated="true" class="loop_parameters" compatibility="5.0.8" expanded="true" height="76" name="Loop Parameters" width="90" x="246" y="30"> <list key="parameters"> <parameter key="Sample false.use_local_random_seed" value="true,false"/> <parameter key="Sample true.use_local_random_seed" value="true,false"/> <parameter key="Test.use_local_random_seed" value="true,false"/> <parameter key="Random Forest.use_local_random_seed" value="true,false"/> </list> <process expanded="true" height="451" width="701"> <operator activated="true" class="multiply" compatibility="5.0.8" expanded="true" height="112" name="Multiply" width="90" x="45" y="30"/> <operator activated="true" class="sample_stratified" compatibility="5.0.8" expanded="true" height="76" name="Test" width="90" x="179" y="300"> <parameter key="sample" value="relative"/> <parameter key="sample_ratio" value="1.0"/> <parameter key="local_random_seed" value="1995"/> </operator> <operator activated="true" class="filter_examples" compatibility="5.0.8" expanded="true" height="76" name="Filter Examples (2)" width="90" x="179" y="165"> <parameter key="condition_class" value="attribute_value_filter"/> <parameter key="parameter_string" value="label=false"/> </operator> <operator activated="true" class="sample_stratified" compatibility="5.0.8" expanded="true" height="76" name="Sample false" width="90" x="313" y="165"> <parameter key="sample" value="relative"/> <parameter key="local_random_seed" value="1993"/> </operator> <operator activated="true" class="filter_examples" compatibility="5.0.8" expanded="true" height="76" name="Filter Examples" width="90" x="179" y="30"> <parameter key="condition_class" value="attribute_value_filter"/> <parameter key="parameter_string" value="label=true"/> </operator> <operator activated="true" class="sample_stratified" compatibility="5.0.8" expanded="true" height="76" name="Sample true" width="90" x="313" y="30"> <parameter key="sample" value="relative"/> <parameter key="local_random_seed" value="583651"/> </operator> <operator activated="true" class="append" compatibility="5.0.8" expanded="true" height="94" name="Append" width="90" x="447" y="30"/> <operator activated="true" class="random_forest" compatibility="5.0.8" expanded="true" height="76" name="Random Forest" width="90" x="447" y="210"> <parameter key="maximal_depth" value="10"/> <parameter key="local_random_seed" value="5463"/> </operator> <operator activated="true" class="apply_model" compatibility="5.0.8" expanded="true" height="76" name="Apply Model" width="90" x="313" y="345"> <list key="application_parameters"/> </operator> <operator activated="true" class="performance_binominal_classification" compatibility="5.0.8" expanded="true" height="76" name="Performance" width="90" x="447" y="345"> <parameter key="precision" value="true"/> <parameter key="recall" value="true"/> </operator> <operator activated="true" class="log" compatibility="5.0.8" expanded="true" height="76" name="Log" width="90" x="581" y="345"> <list key="log"> <parameter key="Sample_False_Local_Seed" value="operator.Sample false.parameter.use_local_random_seed"/> <parameter key="Sample_True_Local_Seed" value="operator.Sample true.parameter.use_local_random_seed"/> <parameter key="Test_Sample_Local_Seed" value="operator.Test.parameter.use_local_random_seed"/> <parameter key="Random_Forest_Local_Seed" value="operator.Random Forest.parameter.use_local_random_seed"/> <parameter key="Accuracy" value="operator.Performance.value.accuracy"/> </list> </operator> <connect from_port="input 1" to_op="Multiply" to_port="input"/> <connect from_op="Multiply" from_port="output 1" to_op="Filter Examples" to_port="example set input"/> <connect from_op="Multiply" from_port="output 2" to_op="Filter Examples (2)" to_port="example set input"/> <connect from_op="Multiply" from_port="output 3" to_op="Test" to_port="example set input"/> <connect from_op="Test" from_port="example set output" to_op="Apply Model" to_port="unlabelled data"/> <connect from_op="Filter Examples (2)" from_port="example set output" to_op="Sample false" to_port="example set input"/> <connect from_op="Sample false" from_port="example set output" to_op="Append" to_port="example set 2"/> <connect from_op="Filter Examples" from_port="example set output" to_op="Sample true" to_port="example set input"/> <connect from_op="Sample true" from_port="example set output" to_op="Append" to_port="example set 1"/> <connect from_op="Append" from_port="merged set" to_op="Random Forest" to_port="training set"/> <connect from_op="Random Forest" from_port="model" to_op="Apply Model" to_port="model"/> <connect from_op="Apply Model" from_port="labelled data" to_op="Performance" to_port="labelled data"/> <connect from_op="Performance" from_port="performance" to_op="Log" to_port="through 1"/> <connect from_op="Log" from_port="through 1" to_port="result 1"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="source_input 2" spacing="0"/> <portSpacing port="sink_performance" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> <portSpacing port="sink_result 2" spacing="0"/> </process> </operator> <operator activated="true" class="log_to_data" compatibility="5.0.8" expanded="true" height="94" name="Log to Data (2)" width="90" x="246" y="165"/> <operator activated="true" class="select_attributes" compatibility="5.0.8" expanded="true" height="76" name="Select Attributes" width="90" x="246" y="300"> <parameter key="attribute_filter_type" value="regular_expression"/> <parameter key="regular_expression" value=".*V"/> <parameter key="invert_selection" value="true"/> </operator> <operator activated="true" class="set_role" compatibility="5.0.8" expanded="true" height="76" name="Set Role (2)" width="90" x="447" y="30"> <parameter key="name" value="Accuracy"/> <parameter key="target_role" value="label"/> </operator> <operator activated="true" class="discretize_by_bins" compatibility="5.0.8" expanded="true" height="94" name="Discretize" width="90" x="447" y="210"> <parameter key="create_view" value="true"/> <parameter key="include_special_attributes" value="true"/> <parameter key="number_of_bins" value="3"/> <parameter key="range_name_type" value="interval"/> </operator> <operator activated="true" class="decision_tree" compatibility="5.0.8" expanded="true" height="76" name="Decision Tree" width="90" x="648" y="120"/> <connect from_op="Generate Sales Data" from_port="output" to_op="Generate Attributes" to_port="example set input"/> <connect from_op="Generate Attributes" from_port="example set output" to_op="Set Role" to_port="example set input"/> <connect from_op="Set Role" from_port="example set output" to_op="Numerical to Binominal" to_port="example set input"/> <connect from_op="Numerical to Binominal" from_port="example set output" to_op="Loop Parameters" to_port="input 1"/> <connect from_op="Loop Parameters" from_port="result 1" to_op="Log to Data (2)" to_port="through 1"/> <connect from_op="Log to Data (2)" from_port="exampleSet" to_op="Select Attributes" to_port="example set input"/> <connect from_op="Select Attributes" from_port="example set output" to_op="Set Role (2)" to_port="example set input"/> <connect from_op="Set Role (2)" from_port="example set output" to_op="Discretize" to_port="example set input"/> <connect from_op="Discretize" from_port="example set output" to_op="Decision Tree" to_port="training set"/> <connect from_op="Decision Tree" from_port="model" to_port="result 1"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> <portSpacing port="sink_result 2" spacing="252"/> </process> </operator></process>