<?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 arbor can not output PMML file , the code statment option has become PMML in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/proc-arbor-can-not-output-PMML-file-the-code-statment-option-has/m-p/592060#M8001</link>
    <description>THANKS A LOT!</description>
    <pubDate>Fri, 27 Sep 2019 01:33:13 GMT</pubDate>
    <dc:creator>duanzongran</dc:creator>
    <dc:date>2019-09-27T01:33:13Z</dc:date>
    <item>
      <title>proc arbor can not output PMML file , the code statment option has become PMML</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/proc-arbor-can-not-output-PMML-file-the-code-statment-option-has/m-p/591789#M7999</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc arbor data=work.step01
   Leafsize=1
   Splitsize=2
   Mincatsize = 5
   Maxbranch=10
   Maxdepth=6
   Criterion=PROBCHISQ
   alpha = 0.05
   Padjust= CHAIDAFTER
   DEPTH
   MAXRULES=5
   MAXSURRS=0
   Missing=USEINSEARCH
   Exhaustive=0
/*   event='malignant'*/
   ;
input  &amp;amp;varN./ level=interval;
input  &amp;amp;varC./ level=nominal;
target NGOOD/level=binary;
   Performance DISK NodeSize=20000;
   Assess NoValidata measure=MISC;
   SUBTREE LARGEST;
   MAKEMACRO NLEAVES=nleaves;
   save
      MODEL=Tree_EMTREE
      SEQUENCE=Tree_OUTSEQ
      IMPORTANCE=Tree_OUTIMPORT
      NODESTAT=Tree_OUTNODES
      SUMMARY=Tree_OUTSUMMARY
      STATSBYNODE=Tree_OUTSTATS
      Topology=Tree_OUTTOPOLOGY
      Path = Tree_OUTPATH
      Rules=Tree_OUTRules
   ;
   code file="&amp;amp;pth.\sas_rule&amp;amp;i..XML"  PMML   ;
quit;&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;CODE class=" language-sas"&gt;when the code statement changed as&lt;BR /&gt;code file="&amp;amp;pth.\sas_rule&amp;amp;i..sas";&lt;BR /&gt;IT works ,but when become PMML ,it doesn't work.&lt;BR /&gt;&lt;BR /&gt;I have search for help a very long time .&lt;BR /&gt;Thanks in advance!&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 06:35:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/proc-arbor-can-not-output-PMML-file-the-code-statment-option-has/m-p/591789#M7999</guid>
      <dc:creator>duanzongran</dc:creator>
      <dc:date>2019-09-26T06:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: proc arbor can not output PMML file , the code statment option has become PMML</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/proc-arbor-can-not-output-PMML-file-the-code-statment-option-has/m-p/591838#M8000</link>
      <description>&lt;P&gt;It looks like you need to do it as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
ods pmml file="&lt;/CODE&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token string"&gt;&amp;amp;pth.\sas_rule&amp;amp;i..XML"&lt;/SPAN&gt;&lt;/CODE&gt;&lt;CODE class=" language-sas"&gt; encoding="UTF-8"; &lt;BR /&gt;&lt;BR /&gt;proc arbor. ... &lt;BR /&gt; ...&lt;BR /&gt; code pmml; &lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;ods&amp;nbsp;pmml&amp;nbsp;close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 26 Sep 2019 12:17:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/proc-arbor-can-not-output-PMML-file-the-code-statment-option-has/m-p/591838#M8000</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2019-09-26T12:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: proc arbor can not output PMML file , the code statment option has become PMML</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/proc-arbor-can-not-output-PMML-file-the-code-statment-option-has/m-p/592060#M8001</link>
      <description>THANKS A LOT!</description>
      <pubDate>Fri, 27 Sep 2019 01:33:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/proc-arbor-can-not-output-PMML-file-the-code-statment-option-has/m-p/592060#M8001</guid>
      <dc:creator>duanzongran</dc:creator>
      <dc:date>2019-09-27T01:33:13Z</dc:date>
    </item>
  </channel>
</rss>

