<?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 Node Rules truncated and not matching the Scoring Code in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Decision-Tree-Node-Rules-truncated-and-not-matching-the-Scoring/m-p/137098#M1263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another case where the English Rules could appear different from the score code is when using surrogate rules.&amp;nbsp; The surrogate rules are not included in the English Rules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2014 15:52:45 GMT</pubDate>
    <dc:creator>WendyCzika</dc:creator>
    <dc:date>2014-04-29T15:52:45Z</dc:date>
    <item>
      <title>Decision Tree Node Rules truncated and not matching the Scoring Code</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Decision-Tree-Node-Rules-truncated-and-not-matching-the-Scoring/m-p/137095#M1260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have long text variables and the Node Rules (English Rules) are truncated. How do I remedy this and display the whole If any of ... then condition? Also, the Scoring code does not match the Node Rules, it has more variables than used in the Decision Tree Node Rules and picture. I can't use the scoring code for this reason, and the node rules are not complete. Why is the scoring code different than the Node Rules? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 04:36:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Decision-Tree-Node-Rules-truncated-and-not-matching-the-Scoring/m-p/137095#M1260</guid>
      <dc:creator>MarianaL</dc:creator>
      <dc:date>2014-04-29T04:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Decision Tree Node Rules truncated and not matching the Scoring Code</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Decision-Tree-Node-Rules-truncated-and-not-matching-the-Scoring/m-p/137096#M1261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you use interactive mode? If so, check the log from the interactive session for errors. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My understanding is that this situation can occur if an error happens after interactive training when you close the interactive session. Normally the PROC behind the node would re-run and update the rules and score code at this time to reflect your changes, but cannot do so if there is an error. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 14:06:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Decision-Tree-Node-Rules-truncated-and-not-matching-the-Scoring/m-p/137096#M1261</guid>
      <dc:creator>PatrickHall</dc:creator>
      <dc:date>2014-04-29T14:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Decision Tree Node Rules truncated and not matching the Scoring Code</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Decision-Tree-Node-Rules-truncated-and-not-matching-the-Scoring/m-p/137097#M1262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I have used the non-interactive DT, the auto tree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 14:20:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Decision-Tree-Node-Rules-truncated-and-not-matching-the-Scoring/m-p/137097#M1262</guid>
      <dc:creator>MarianaL</dc:creator>
      <dc:date>2014-04-29T14:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Decision Tree Node Rules truncated and not matching the Scoring Code</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Decision-Tree-Node-Rules-truncated-and-not-matching-the-Scoring/m-p/137098#M1263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another case where the English Rules could appear different from the score code is when using surrogate rules.&amp;nbsp; The surrogate rules are not included in the English Rules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 15:52:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Decision-Tree-Node-Rules-truncated-and-not-matching-the-Scoring/m-p/137098#M1263</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2014-04-29T15:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Decision Tree Node Rules truncated and not matching the Scoring Code</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Decision-Tree-Node-Rules-truncated-and-not-matching-the-Scoring/m-p/137099#M1264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just putting this here in case it comes up again for someone else ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As discussed over email - surrogate rules - i.e. looking for another variable to split on in the case of an observation containing a missing value for the primary splitting variable - are not displayed in the english rules. (Thanks to Susan Haller for pointing this out.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that the Decision Tree node automatically handles missing values in split searches. The surrogate rules are just meant to give users more flexibility for how to handle missing values. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 15:53:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Decision-Tree-Node-Rules-truncated-and-not-matching-the-Scoring/m-p/137099#M1264</guid>
      <dc:creator>PatrickHall</dc:creator>
      <dc:date>2014-04-29T15:53:06Z</dc:date>
    </item>
  </channel>
</rss>

