<?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: PROC HPSPLIT Decision Tree in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/PROC-HPSPLIT-Decision-Tree/m-p/422926#M6486</link>
    <description>&lt;P&gt;To be able to force particular splits, you would have to use the Interactive Decision Tree Application in the Decision Tree node in EM.&amp;nbsp; Only automated splitting is available in the HP Tree node / PROC HPSPLIT.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Dec 2017 01:21:17 GMT</pubDate>
    <dc:creator>WendyCzika</dc:creator>
    <dc:date>2017-12-21T01:21:17Z</dc:date>
    <item>
      <title>PROC HPSPLIT Decision Tree</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/PROC-HPSPLIT-Decision-Tree/m-p/422892#M6485</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I'd like to make a decision tree that starts with the 'age' variable and then processes the variable 'DebtRatio'.&lt;BR /&gt;And another decision tree that starts this time by 'DebtRatio' then 'age'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because I want only 2 split, I want to see the difference of decisions in these 2 cases.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to do this?&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc hpsplit data=train seed=15531 maxdepth=2 splitonce ;&lt;BR /&gt;model SeriousDlqin2yrs = DebtRatio age ;&lt;BR /&gt;grow Ftest;&lt;BR /&gt;prune costcomplexity;&lt;BR /&gt;code file='treesc.sas';&lt;BR /&gt;rules file='projetrules.txt';&lt;BR /&gt;output out = scoredtraining ;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 21:33:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/PROC-HPSPLIT-Decision-Tree/m-p/422892#M6485</guid>
      <dc:creator>WilliamB</dc:creator>
      <dc:date>2017-12-20T21:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: PROC HPSPLIT Decision Tree</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/PROC-HPSPLIT-Decision-Tree/m-p/422926#M6486</link>
      <description>&lt;P&gt;To be able to force particular splits, you would have to use the Interactive Decision Tree Application in the Decision Tree node in EM.&amp;nbsp; Only automated splitting is available in the HP Tree node / PROC HPSPLIT.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 01:21:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/PROC-HPSPLIT-Decision-Tree/m-p/422926#M6486</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2017-12-21T01:21:17Z</dc:date>
    </item>
  </channel>
</rss>

