<?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 incomplete result in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-hpsplit-incomplete-result/m-p/836441#M41433</link>
    <description>&lt;P&gt;The LOG output didn't indicate any error. The LOG output and result are shown below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;205  proc hpsplit data=goat_data seed=123;
NOTE: Writing HTML Body file: sashtml.htm
206     class BWT;
207     model BWT = BL HG HT HL HBS HTS TD BD NL HDW FAL EN ELN EWD HPW TAL RL RH NC AC CC SW RW
207!  FLL HLL;
208     prune none;
209  run;

NOTE: The HPSPLIT procedure is executing in single-machine mode.
NOTE: There were 200 observations read from the data set WORK.GOAT_DATA.
NOTE: PROCEDURE HPSPLIT used (Total process time):
      real time           10.92 seconds
      cpu time            1.26 seconds&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Soullevram_0-1664746302937.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/75807i38A241A7A08DA905/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Soullevram_0-1664746302937.png" alt="Soullevram_0-1664746302937.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 02 Oct 2022 21:32:26 GMT</pubDate>
    <dc:creator>Soullevram</dc:creator>
    <dc:date>2022-10-02T21:32:26Z</dc:date>
    <item>
      <title>Proc hpsplit incomplete result</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-hpsplit-incomplete-result/m-p/836376#M41426</link>
      <description>Hi there, I ran the proc hpsplit command on my PC for a dataset and only the performance and data access information results were displayed. However, when someone else ran the same command on his PC, the complete results displayed. Kindly advise.</description>
      <pubDate>Sun, 02 Oct 2022 12:41:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-hpsplit-incomplete-result/m-p/836376#M41426</guid>
      <dc:creator>Soullevram</dc:creator>
      <dc:date>2022-10-02T12:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc hpsplit incomplete result</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-hpsplit-incomplete-result/m-p/836439#M41432</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/435363"&gt;@Soullevram&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you should show us the LOG.&lt;/P&gt;
&lt;P&gt;When you reply :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;copy the LOG&lt;/LI&gt;
&lt;LI&gt;click the &amp;lt;/&amp;gt; icon (tip-text = Insert Code) in the toolbar above the post&lt;/LI&gt;
&lt;LI&gt;Paste the LOG&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;That way, the structure and formatting of the LOG is preserved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am quite sure we will see :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;some Java errors,&lt;/LI&gt;
&lt;LI&gt;some errors with&amp;nbsp;&lt;SPAN&gt;com.sas.graphics.applets.statgraph &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;and an "ERROR: Physical file does not exist"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Correct?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2022 21:17:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-hpsplit-incomplete-result/m-p/836439#M41432</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-10-02T21:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc hpsplit incomplete result</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-hpsplit-incomplete-result/m-p/836441#M41433</link>
      <description>&lt;P&gt;The LOG output didn't indicate any error. The LOG output and result are shown below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;205  proc hpsplit data=goat_data seed=123;
NOTE: Writing HTML Body file: sashtml.htm
206     class BWT;
207     model BWT = BL HG HT HL HBS HTS TD BD NL HDW FAL EN ELN EWD HPW TAL RL RH NC AC CC SW RW
207!  FLL HLL;
208     prune none;
209  run;

NOTE: The HPSPLIT procedure is executing in single-machine mode.
NOTE: There were 200 observations read from the data set WORK.GOAT_DATA.
NOTE: PROCEDURE HPSPLIT used (Total process time):
      real time           10.92 seconds
      cpu time            1.26 seconds&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Soullevram_0-1664746302937.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/75807i38A241A7A08DA905/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Soullevram_0-1664746302937.png" alt="Soullevram_0-1664746302937.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2022 21:32:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-hpsplit-incomplete-result/m-p/836441#M41433</guid>
      <dc:creator>Soullevram</dc:creator>
      <dc:date>2022-10-02T21:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Proc hpsplit incomplete result</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-hpsplit-incomplete-result/m-p/836480#M41434</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Strange &lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you run these ... ??&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;SAS/STAT 15.2 User's Guide&lt;BR /&gt;The HPSPLIT Procedure&lt;BR /&gt;Example 67.1 Building a Classification Tree for a Binary Outcome&lt;BR /&gt;(View the complete code for this example.)&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_hpsplit_examples01.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_hpsplit_examples01.htm&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;SAS® 9.4 and SAS® Viya® 3.5 Programming Documentation | SAS 9.4 / Viya 3.5&lt;BR /&gt;Visual Statistics Procedures&lt;BR /&gt;The TREESPLIT Procedure&lt;BR /&gt;Example 25.1 Creating a Binary Classification Tree with Validation Data&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/casstat/casstat_treesplit_examples01.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/casstat/casstat_treesplit_examples01.htm&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;The TREESPLIT procedure is CAS-enabled&lt;BR /&gt;, so it will work as fast as PROC HPSPLIT (even faster if you have multiple nodes).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might want to contact SAS Technical Support in your country.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;
&lt;DIV id="ConnectiveDocSignExtentionInstalled" data-extension-version="1.0.4"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 03 Oct 2022 08:40:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-hpsplit-incomplete-result/m-p/836480#M41434</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-10-03T08:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc hpsplit incomplete result</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-hpsplit-incomplete-result/m-p/836483#M41435</link>
      <description>I use SAS 9.4. Whenever I run the PROC TREESPLIT command, it says PROCEDURE TREESPLIT not found.&lt;BR /&gt;&lt;BR /&gt;However, I'll try the solution you suggested. Thank you.&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Oct 2022 08:50:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-hpsplit-incomplete-result/m-p/836483#M41435</guid>
      <dc:creator>Soullevram</dc:creator>
      <dc:date>2022-10-03T08:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc hpsplit incomplete result</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-hpsplit-incomplete-result/m-p/836489#M41436</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are running SAS 9.4 , you do not have PROC TREESPLIT (which is in Visual Statistics in SAS VIYA release).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also try PROC HPFOREST (with a single tree?) or PROC ARBORETUM.&lt;/P&gt;
&lt;P&gt;Or you can try Enterprise Miner.&lt;/P&gt;
&lt;P&gt;... all available in SAS 9.4 (but not necessarily in your license key).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 09:28:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-hpsplit-incomplete-result/m-p/836489#M41436</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-10-03T09:28:23Z</dc:date>
    </item>
  </channel>
</rss>

