<?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: How to convert SAS Decision Tree model to PMML format? in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-convert-SAS-Decision-Tree-model-to-PMML-format/m-p/487797#M7305</link>
    <description>&lt;P&gt;Hi, ChunTing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1: this question needs to go to technical support.&amp;nbsp; I cannot answer it.&lt;/P&gt;
&lt;P&gt;2:&amp;nbsp; &amp;nbsp;Each individual PMML file has to change to generate an average prediction (or a vote) for the tree. Concatenate the modified individual PMML files and manual add an averaging (or voting) at the end.&amp;nbsp; I have not tried it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Padraic&lt;/P&gt;</description>
    <pubDate>Fri, 17 Aug 2018 14:55:50 GMT</pubDate>
    <dc:creator>PadraicGNeville</dc:creator>
    <dc:date>2018-08-17T14:55:50Z</dc:date>
    <item>
      <title>How to convert SAS Decision Tree model to PMML format?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-convert-SAS-Decision-Tree-model-to-PMML-format/m-p/484596#M7268</link>
      <description>&lt;P&gt;How to convert SAS Decision Tree model to PMML format?&lt;/P&gt;&lt;P&gt;Currently I use proc split to mimic decesion tree, is there any possible way to oupput it as PMML format?&lt;/P&gt;&lt;P&gt;( I alreay know how to do this in SAS-EM, but for business use I need to do it in SAS BASE)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for whoever know how to do it, Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 02:23:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-convert-SAS-Decision-Tree-model-to-PMML-format/m-p/484596#M7268</guid>
      <dc:creator>ChunTing</dc:creator>
      <dc:date>2018-08-07T02:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert SAS Decision Tree model to PMML format?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-convert-SAS-Decision-Tree-model-to-PMML-format/m-p/485166#M7272</link>
      <description>&lt;P&gt;Alas, PROC SPLIT does not produce PMML has has no conveniences to help generate it.&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might already know that PROC ARBOR&amp;nbsp;has a PMML option to the CODE statement.&amp;nbsp; PROC ARBOR superseded PROC SPLIT around 2002.&amp;nbsp; I wonder why PROC SPLIT would still be used. (SAS also has PROC HPSPLIT and PROC DMSPLIT.)&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 14:32:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-convert-SAS-Decision-Tree-model-to-PMML-format/m-p/485166#M7272</guid>
      <dc:creator>PadraicGNeville</dc:creator>
      <dc:date>2018-08-08T14:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert SAS Decision Tree model to PMML format?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-convert-SAS-Decision-Tree-model-to-PMML-format/m-p/487639#M7304</link>
      <description>&lt;P&gt;Thank you for your replay.&lt;/P&gt;&lt;P&gt;I would want to further ask as the following:&lt;/P&gt;&lt;P&gt;1. If I put PMML function into PROC ARBOR as&lt;/P&gt;&lt;P&gt;&amp;nbsp;PROC ARBOR&amp;nbsp; data=xxxx;&lt;/P&gt;&lt;P&gt;input=xxx;&lt;/P&gt;&lt;P&gt;target=xxx;&lt;/P&gt;&lt;P&gt;code file=aaa PMML;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;at which place&amp;nbsp;can I see the PMML file? Currently the log said it has opend, but I&amp;nbsp;havn't seen&amp;nbsp;any&amp;nbsp;PMML file in my SAS work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;if I use PROC ARBOR&amp;nbsp;and Macro&amp;nbsp;to mimic random forest model, is it possible to&amp;nbsp;generate all the PMML file as one file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 06:27:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-convert-SAS-Decision-Tree-model-to-PMML-format/m-p/487639#M7304</guid>
      <dc:creator>ChunTing</dc:creator>
      <dc:date>2018-08-17T06:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert SAS Decision Tree model to PMML format?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-convert-SAS-Decision-Tree-model-to-PMML-format/m-p/487797#M7305</link>
      <description>&lt;P&gt;Hi, ChunTing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1: this question needs to go to technical support.&amp;nbsp; I cannot answer it.&lt;/P&gt;
&lt;P&gt;2:&amp;nbsp; &amp;nbsp;Each individual PMML file has to change to generate an average prediction (or a vote) for the tree. Concatenate the modified individual PMML files and manual add an averaging (or voting) at the end.&amp;nbsp; I have not tried it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Padraic&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 14:55:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-convert-SAS-Decision-Tree-model-to-PMML-format/m-p/487797#M7305</guid>
      <dc:creator>PadraicGNeville</dc:creator>
      <dc:date>2018-08-17T14:55:50Z</dc:date>
    </item>
  </channel>
</rss>

