<?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 回复： What is the correct k-fold operation in a decision tree module? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/What-is-the-correct-k-fold-operation-in-a-decision-tree-module/m-p/433454#M68319</link>
    <description>&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;The second result in the figure is the result of running the script in the example&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;PRE&gt;&lt;CODE class=""&gt;dt = Open( "$SAMPLE_DATA/Car Poll.jmp" );
obj = dt &amp;lt;&amp;lt; Partition( Y( :country ), X( :sex, :marital status, :age, :type, :size ), Split Best( 2 ) );
obj &amp;lt;&amp;lt; K Fold Crossvalidation( 5 );&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;The script should perform the decision tree operation first and then the K-fold operation.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Fri, 05 Nov 2021 07:45:32 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2021-11-05T07:45:32Z</dc:date>
    <item>
      <title>What is the correct k-fold operation in a decision tree module?</title>
      <link>https://community.jmp.com/t5/Discussions/What-is-the-correct-k-fold-operation-in-a-decision-tree-module/m-p/433447#M68318</link>
      <description>&lt;P&gt;If the k-fold operation of decision tree module is carried out manually,&lt;BR /&gt;Is k-fold selected after segmentation?Or is k-fold selected and then segmented?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-11-05_153011.png" style="width: 528px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/37308i266FD2CFEEF76065/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-11-05_153011.png" alt="2021-11-05_153011.png" /&gt;&lt;/span&gt;&lt;BR /&gt;What exactly does k-fold mean?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:04:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/What-is-the-correct-k-fold-operation-in-a-decision-tree-module/m-p/433447#M68318</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-06-09T18:04:29Z</dc:date>
    </item>
    <item>
      <title>回复： What is the correct k-fold operation in a decision tree module?</title>
      <link>https://community.jmp.com/t5/Discussions/What-is-the-correct-k-fold-operation-in-a-decision-tree-module/m-p/433454#M68319</link>
      <description>&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;The second result in the figure is the result of running the script in the example&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;PRE&gt;&lt;CODE class=""&gt;dt = Open( "$SAMPLE_DATA/Car Poll.jmp" );
obj = dt &amp;lt;&amp;lt; Partition( Y( :country ), X( :sex, :marital status, :age, :type, :size ), Split Best( 2 ) );
obj &amp;lt;&amp;lt; K Fold Crossvalidation( 5 );&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;The script should perform the decision tree operation first and then the K-fold operation.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 05 Nov 2021 07:45:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/What-is-the-correct-k-fold-operation-in-a-decision-tree-module/m-p/433454#M68319</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2021-11-05T07:45:32Z</dc:date>
    </item>
    <item>
      <title>回复： What is the correct k-fold operation in a decision tree module?</title>
      <link>https://community.jmp.com/t5/Discussions/What-is-the-correct-k-fold-operation-in-a-decision-tree-module/m-p/433644#M68336</link>
      <description>&lt;P&gt;The K-fold method of cross-validation in Partition is problematic. The command has been deprecated starting in JMP 16. It is still available by scripting, but the method is not recommended.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should learn about the methods before you use them. K-fold is an economic approach to applying cross-validation with small data sets that might suffer training and validation if hold out sets are created.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 16:48:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/What-is-the-correct-k-fold-operation-in-a-decision-tree-module/m-p/433644#M68336</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2021-11-05T16:48:54Z</dc:date>
    </item>
  </channel>
</rss>

