<?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: Segmentation Violation in Task ARBOR in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Segmentation-Violation-in-Task-ARBOR/m-p/321421#M4842</link>
    <description>&lt;P&gt;Anytime that you encounter a segmentation violation, you should report that issue to&lt;A href="http://support.sas.com/ctx/supportform//createForm" target="_self"&gt; SAS Technical Support.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the SAS log, it looks like you are running &lt;A href="http://blogs.sas.com/content/iml/2013/08/02/how-old-is-your-version-of-sas-release-dates-for-sas-software.html" target="_self"&gt;SAS 9.2, which is ancient.&lt;/A&gt;&amp;nbsp;Is that true? You are running EM 13.2 with a SAS server that is running 9.2?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There have been 7 or 8 releases of SAS since 9.2. It is very possible that this problem has already been fixed in a more recent release.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Dec 2016 13:19:38 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2016-12-28T13:19:38Z</dc:date>
    <item>
      <title>Segmentation Violation in Task ARBOR</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Segmentation-Violation-in-Task-ARBOR/m-p/321417#M4841</link>
      <description>&lt;P&gt;Hello, I am using SAS Enterprise Miner (Version 13.2) to develop gradient boosting models (Using the Arbor Procedure).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am stumbling on a error that seems to be input dependent, and I am have not been able to determine what conditions can cause it. When I run the procedure on the full dataset (1570 features and 75k sample size) I get a Segmentation Violation error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Segmentation Violation In Task [ ARBOR (2 ]
SptGbmClearInitialF+0x00350 - /sas92/bin/SASFoundation/9.2/sasexe/sasarbor
spt376+0x00150              - /sas92/bin/SASFoundation/9.2/sasexe/sasarbor
spt380+0x00320              - /sas92/bin/SASFoundation/9.2/sasexe/sasarbor
ArbDbu1GetNodes+0x003b0     - /sas92/bin/SASFoundation/9.2/sasexe/sasarbor
ArbTaskInputVbuf+0x001fc    - /sas92/bin/SASFoundation/9.2/sasexe/sasarbor
arb188+0x00b54              - /sas92/bin/SASFoundation/9.2/sasexe/sasarbor
arb184+0x0067c              - /sas92/bin/SASFoundation/9.2/sasexe/sasarbor
arb191+0x002f0              - /sas92/bin/SASFoundation/9.2/sasexe/sasarbor
spt308+0x00d9c              - /sas92/bin/SASFoundation/9.2/sasexe/sasarbor
zipstmt+0x0109c             - /sas92/bin/SASFoundation/9.2/sasexe/sasarbor
zipok+0x000c4               - /sas92/bin/SASFoundation/9.2/sasexe/sasarbor
yspproc+0x00830             - /sas92/bin/SASFoundation/9.2/sasexe/sasxshel
ziparse+0x000cc             - /sas92/bin/SASFoundation/9.2/sasexe/sasarbor
sasarbor+0x000a4            - /sas92/bin/SASFoundation/9.2/sasexe/sasarbor
vvtentr+0x00130             - /sas92/bin/SASFoundation/9.2/sasexe/sas
___makecontext_v2+0x00108   - /lib/sparcv9/libc.so.1&lt;BR /&gt;&lt;BR /&gt;NOTE: PROCEDURE ARBOR used (Total process time):&lt;BR /&gt; real time 1:17.30&lt;BR /&gt; cpu time 21.01 seconds&lt;BR /&gt; &lt;BR /&gt;NOTE: 821765 kilobytes of physical memory.&lt;BR /&gt;NOTE: Will use 75000 out of 75000 training cases.&lt;BR /&gt;NOTE: Using memory pool with 841420800 bytes.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: There were 75000 observations read from the data set WORK.K_CLST_A1_75.&lt;/PRE&gt;&lt;P&gt;I had limited success in droping some features to make the code execute, but the process is guesswork based and cumbersome on my team (As we have to guess which feature may be causing the problem). Besides, I don't even know if this is a true solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to reproduce the error on Dummy data, as I can't disclose the real dataset that is causing the problem, to no avail.&amp;nbsp;I have a binary target and only interval inputs, and I am using the following parameters in the procedure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;MAXDEPTH: 2&lt;/LI&gt;&lt;LI&gt;NITERATIONS: 50&lt;/LI&gt;&lt;LI&gt;TRAINPROPORTION: 0.6&lt;/LI&gt;&lt;LI&gt;SHRINKAGE: 0.1&lt;/LI&gt;&lt;LI&gt;EXHAUSTIVE: 5000&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 12:04:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Segmentation-Violation-in-Task-ARBOR/m-p/321417#M4841</guid>
      <dc:creator>hemagso</dc:creator>
      <dc:date>2016-12-28T12:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Segmentation Violation in Task ARBOR</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Segmentation-Violation-in-Task-ARBOR/m-p/321421#M4842</link>
      <description>&lt;P&gt;Anytime that you encounter a segmentation violation, you should report that issue to&lt;A href="http://support.sas.com/ctx/supportform//createForm" target="_self"&gt; SAS Technical Support.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the SAS log, it looks like you are running &lt;A href="http://blogs.sas.com/content/iml/2013/08/02/how-old-is-your-version-of-sas-release-dates-for-sas-software.html" target="_self"&gt;SAS 9.2, which is ancient.&lt;/A&gt;&amp;nbsp;Is that true? You are running EM 13.2 with a SAS server that is running 9.2?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There have been 7 or 8 releases of SAS since 9.2. It is very possible that this problem has already been fixed in a more recent release.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 13:19:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Segmentation-Violation-in-Task-ARBOR/m-p/321421#M4842</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-12-28T13:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Segmentation Violation in Task ARBOR</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Segmentation-Violation-in-Task-ARBOR/m-p/322388#M4855</link>
      <description>&lt;P&gt;Thank you Rick! We tested on the new version of SAS and&amp;nbsp;this resolved the issue.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 13:42:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Segmentation-Violation-in-Task-ARBOR/m-p/322388#M4855</guid>
      <dc:creator>hemagso</dc:creator>
      <dc:date>2017-01-04T13:42:01Z</dc:date>
    </item>
  </channel>
</rss>

