<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How do I add R squared to control the Partition in the decision tree code? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-I-add-R-squared-to-control-the-Partition-in-the-decision/m-p/69054#M34992</link>
    <description>&lt;P&gt;&lt;SPAN class="transSent"&gt;Consult a professional: how do I write code that makes JSL's results the same as the decision tree&amp;nbsp;Partition&amp;nbsp;results that are automatically executed on the platform?&lt;/SPAN&gt;&lt;SPAN class="transSent"&gt;Thank you very much!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="transSent"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2018-08-22_23-03-05.png" style="width: 499px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12128iEB741789AC6B9C37/image-size/large?v=v2&amp;amp;px=999" role="button" title="2018-08-22_23-03-05.png" alt="2018-08-22_23-03-05.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Aug 2018 15:10:15 GMT</pubDate>
    <dc:creator>lwx228</dc:creator>
    <dc:date>2018-08-21T15:10:15Z</dc:date>
    <item>
      <title>How do I add R squared to control the Partition in the decision tree code?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-add-R-squared-to-control-the-Partition-in-the-decision/m-p/68877#M34949</link>
      <description>&lt;P&gt;In the case of Boston housing.jmp, adjust the parameters of "Minimum Size Split" and "Split Best" in the JSL code to control the automatic Partition of decision tree.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Partition(
Y( :mvalue ),
X( :crim, :zn, :indus, :chas, :nox, :rooms, :age, :distance, :radial, :tax, :pt, :b, :lstat ),
Validation Portion( 0.3 ),
Minimum Size Split( 2 ),
Split Best( 1000 )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;However, the R square of the validation group is &amp;lt;0 after the above code calculation.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Normally, in the decision tree model where verification group is performed on the Partition platform, the Partition will be automatically stopped before R square &amp;lt;0 of the verification group.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;It looks like I'm going to add to my code to verify that the group R squared stops splitting, but I have no idea how to do that.I only found the manual.Thank you!&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/13-2/Example_of_a_Continuous_Response.shtml" target="_blank"&gt;https://www.jmp.com/support/help/13-2/Example_of_a_Continuous_Response.shtml&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;……The solution found has four splits. The Split History plot shows that there is no further improvement in the validation data set after four splits. The RSquare value of 0.39 on the validation data does not support this model as a strong predictor of disease progression. The scatter across partitions in the partition plot further indicate that this model does not separate the Y levels well.……&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2018 17:23:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-add-R-squared-to-control-the-Partition-in-the-decision/m-p/68877#M34949</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2018-08-20T17:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add R squared to control the Partition in the decision tree code?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-add-R-squared-to-control-the-Partition-in-the-decision/m-p/68879#M34951</link>
      <description>There is no editing function in posts, it should be "RSquare", I write "R squared", I hope you can understand, thank you!</description>
      <pubDate>Mon, 20 Aug 2018 14:57:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-add-R-squared-to-control-the-Partition-in-the-decision/m-p/68879#M34951</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2018-08-20T14:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add R squared to control the Partition in the decision tree code?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-add-R-squared-to-control-the-Partition-in-the-decision/m-p/69054#M34992</link>
      <description>&lt;P&gt;&lt;SPAN class="transSent"&gt;Consult a professional: how do I write code that makes JSL's results the same as the decision tree&amp;nbsp;Partition&amp;nbsp;results that are automatically executed on the platform?&lt;/SPAN&gt;&lt;SPAN class="transSent"&gt;Thank you very much!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="transSent"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2018-08-22_23-03-05.png" style="width: 499px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12128iEB741789AC6B9C37/image-size/large?v=v2&amp;amp;px=999" role="button" title="2018-08-22_23-03-05.png" alt="2018-08-22_23-03-05.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 15:10:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-add-R-squared-to-control-the-Partition-in-the-decision/m-p/69054#M34992</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2018-08-21T15:10:15Z</dc:date>
    </item>
  </channel>
</rss>

