<?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 Enterprise Miner: Collect score code from different branches into one score file in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Collect-score-code-from-different-branches-into/m-p/335363#M5004</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;have built a stratified logistic regression model. My stratas differs both in available data and sample size that's why I did not use the "group processing facility". Instead I built&amp;nbsp;a process flow consisting of separate&amp;nbsp;(parallel)&amp;nbsp;branches:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Input data (shared among branches)&amp;nbsp;-&amp;gt; Filter -&amp;gt; Interactive Binning -&amp;gt; Logistic Regression -&amp;gt; Score -&amp;gt; Score Code Export&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for each of my stratas. My problem is that&amp;nbsp;this process flow generates different score files for the different stratas. I would like to&amp;nbsp;generate only one score file containing&amp;nbsp;the score code from all branches&amp;nbsp;appended one below the other. I tried to merge the different branches both&amp;nbsp;at the Score node and at the Score Code Export node but it did not work. Only the score code of one branch got exported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is: how can I merge the branches into one score code file&amp;nbsp;/ is there a better way for building the model?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Thu, 23 Feb 2017 17:36:55 GMT</pubDate>
    <dc:creator>ZoltanVincze</dc:creator>
    <dc:date>2017-02-23T17:36:55Z</dc:date>
    <item>
      <title>Enterprise Miner: Collect score code from different branches into one score file</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Collect-score-code-from-different-branches-into/m-p/335363#M5004</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;have built a stratified logistic regression model. My stratas differs both in available data and sample size that's why I did not use the "group processing facility". Instead I built&amp;nbsp;a process flow consisting of separate&amp;nbsp;(parallel)&amp;nbsp;branches:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Input data (shared among branches)&amp;nbsp;-&amp;gt; Filter -&amp;gt; Interactive Binning -&amp;gt; Logistic Regression -&amp;gt; Score -&amp;gt; Score Code Export&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for each of my stratas. My problem is that&amp;nbsp;this process flow generates different score files for the different stratas. I would like to&amp;nbsp;generate only one score file containing&amp;nbsp;the score code from all branches&amp;nbsp;appended one below the other. I tried to merge the different branches both&amp;nbsp;at the Score node and at the Score Code Export node but it did not work. Only the score code of one branch got exported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is: how can I merge the branches into one score code file&amp;nbsp;/ is there a better way for building the model?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 17:36:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Collect-score-code-from-different-branches-into/m-p/335363#M5004</guid>
      <dc:creator>ZoltanVincze</dc:creator>
      <dc:date>2017-02-23T17:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Miner: Collect score code from different branches into one score file</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Collect-score-code-from-different-branches-into/m-p/335433#M5005</link>
      <description>&lt;P&gt;I'm not sure I totally understand what you are doing, but if I connect all my models to a&amp;nbsp;Merge node (under Sample tab) and then put on a score node, the score code is stacked for all of models into one file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/7422i025C36BE549A4A2D/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="2017-02-23_17-16-59.png" title="2017-02-23_17-16-59.png" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this what you are looking to do?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 22:18:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Collect-score-code-from-different-branches-into/m-p/335433#M5005</guid>
      <dc:creator>MelodieRush</dc:creator>
      <dc:date>2017-02-23T22:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Miner: Collect score code from different branches into one score file</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Collect-score-code-from-different-branches-into/m-p/335547#M5009</link>
      <description>&lt;P&gt;I would like to build something like the second "stratified group processing facility"&amp;nbsp;branch. As far as I know&amp;nbsp;the property setting for the Interactive Binning&amp;nbsp;node can not be changed between&amp;nbsp;different runs of the group processing facility. But this is exactly what I would like to do. For example&amp;nbsp;for a run processing&amp;nbsp;less than&amp;nbsp;10k data rows I would like to set the "Number of Groups" property to 4 and for a run&amp;nbsp;processing more than 150k data rows to 10. That is why I&amp;nbsp;built the first branch&amp;nbsp;using the Split node. In this case I have total control&amp;nbsp;over the property settings. My problem is that I can not merge the resulting two models into one score file. As seen in the picture one of the 3 solutions runs on an error and&amp;nbsp;the others&amp;nbsp;export&amp;nbsp;only&amp;nbsp;one model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG title="Unbenannt.JPG" alt="Unbenannt.JPG" src="https://communities.sas.com/t5/image/serverpage/image-id/7430iB289B0682A72CA6D/image-size/original?v=1.0&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 10:10:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Collect-score-code-from-different-branches-into/m-p/335547#M5009</guid>
      <dc:creator>ZoltanVincze</dc:creator>
      <dc:date>2017-02-24T10:10:11Z</dc:date>
    </item>
  </channel>
</rss>

