<?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: Decision Tree - how to find out leaf/node/branch in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Decision-Tree-how-to-find-out-leaf-node-branch/m-p/20526#M18667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should also try saving the leaf label and/or leaf formula. There are various options in Save Columns from the main hotspot in the partition platform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Sep 2016 14:21:53 GMT</pubDate>
    <dc:creator>Phil_Kay</dc:creator>
    <dc:date>2016-09-20T14:21:53Z</dc:date>
    <item>
      <title>Decision Tree - how to find out leaf/node/branch</title>
      <link>https://community.jmp.com/t5/Discussions/Decision-Tree-how-to-find-out-leaf-node-branch/m-p/20523#M18664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am building decision tree and wonder if it is possible to find out leaf/branch/node for each of my observations?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 17:45:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Decision-Tree-how-to-find-out-leaf-node-branch/m-p/20523#M18664</guid>
      <dc:creator>asviridov0</dc:creator>
      <dc:date>2016-09-19T17:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Decision Tree - how to find out leaf/node/branch</title>
      <link>https://community.jmp.com/t5/Discussions/Decision-Tree-how-to-find-out-leaf-node-branch/m-p/20524#M18665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can do what you want by looking at each split leading to any leaf you desire and then setting up a data filter for your data table using those split criteria in the proper order as shown in the tree leading to the leaf.&amp;nbsp; Select the data points that have been filtered and you have the points located in that particular leaf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 13:53:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Decision-Tree-how-to-find-out-leaf-node-branch/m-p/20524#M18665</guid>
      <dc:creator>Steven_Moore</dc:creator>
      <dc:date>2016-09-20T13:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Decision Tree - how to find out leaf/node/branch</title>
      <link>https://community.jmp.com/t5/Discussions/Decision-Tree-how-to-find-out-leaf-node-branch/m-p/20525#M18666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much smoore2! Your answer makes sense. However, I am looking for a way to automate it. Since my tree will probably have 20 features 2.5 million rows of observations and fine tuning this tree will be very interactive process. So after each change of tree parameters, I will need to construct manual filters. It would be so much easier to see final leaf for each observation right away.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 14:05:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Decision-Tree-how-to-find-out-leaf-node-branch/m-p/20525#M18666</guid>
      <dc:creator>asviridov0</dc:creator>
      <dc:date>2016-09-20T14:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Decision Tree - how to find out leaf/node/branch</title>
      <link>https://community.jmp.com/t5/Discussions/Decision-Tree-how-to-find-out-leaf-node-branch/m-p/20526#M18667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should also try saving the leaf label and/or leaf formula. There are various options in Save Columns from the main hotspot in the partition platform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 14:21:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Decision-Tree-how-to-find-out-leaf-node-branch/m-p/20526#M18667</guid>
      <dc:creator>Phil_Kay</dc:creator>
      <dc:date>2016-09-20T14:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Decision Tree - how to find out leaf/node/branch</title>
      <link>https://community.jmp.com/t5/Discussions/Decision-Tree-how-to-find-out-leaf-node-branch/m-p/20527#M18668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I kind of knew that would be your response!&amp;nbsp; Perhaps in a future version of JMP, one could click on the leaf in the final tree and the filtering and/or selection could be automatic!?!? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 15:48:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Decision-Tree-how-to-find-out-leaf-node-branch/m-p/20527#M18668</guid>
      <dc:creator>Steven_Moore</dc:creator>
      <dc:date>2016-09-20T15:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Decision Tree - how to find out leaf/node/branch</title>
      <link>https://community.jmp.com/t5/Discussions/Decision-Tree-how-to-find-out-leaf-node-branch/m-p/20528#M18669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;phil.kay, I think you answered it, thank you very much. Not sure how to mark your response as correct answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 18:34:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Decision-Tree-how-to-find-out-leaf-node-branch/m-p/20528#M18669</guid>
      <dc:creator>asviridov0</dc:creator>
      <dc:date>2016-09-22T18:34:31Z</dc:date>
    </item>
  </channel>
</rss>

