<?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: Export Grouping Tab from Interactive Grouping SAS Miner Node in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Export-Grouping-Tab-from-Interactive-Grouping-SAS-Miner-Node/m-p/740149#M8669</link>
    <description>&lt;P&gt;Hello Laura-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; A SAS data set that contains the variables and the split values (boundaries) is created when you run the Interactive Grouping node with the Create Grouping Data property set to Yes.&amp;nbsp; (By default the property is set to No.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; For details within the Enterprise Miner user interface, select Help -&amp;gt; Contents -&amp;gt; SAS Credit Scoring -&amp;gt; Interactive Grouping Node -&amp;gt;&amp;nbsp;Interactive Grouping Node Report Properties -&amp;gt; Create Grouping Data.&amp;nbsp; (See also the Information Value Cutoff property in the Score section.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a link in case you prefer online documentation.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/emref/15.2/p1qzwz7onopjqcn11uc04i18urg7.htm#p17c0h1gbzz3kfn12lmwaus2bk4u" target="_blank"&gt;https://go.documentation.sas.com/doc/en/emref/15.2/p1qzwz7onopjqcn11uc04i18urg7.htm#p17c0h1gbzz3kfn12lmwaus2bk4u&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That example shows how to view the data.&amp;nbsp; An easy way to save the data from that example is to add a SAS Code node to the same diagram, and run code like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;title 'these are the available SAS data sets';&lt;BR /&gt;/* see the node log for the results */&lt;BR /&gt;proc datasets lib=&amp;amp;EM_LIB.;&lt;BR /&gt;&amp;nbsp; run;&lt;BR /&gt;&amp;nbsp; quit;&lt;/P&gt;
&lt;P&gt;title 'check to make sure that you have the one that you want';&lt;BR /&gt;/* note the use of double-dot in the macro */&lt;BR /&gt;proc print data=&amp;amp;EM_LIB..Ign_exportgroup;&lt;BR /&gt;&amp;nbsp; run;&lt;/P&gt;
&lt;P&gt;/* use your own libref instead of WORK */&lt;BR /&gt;data work.mygroups;&lt;BR /&gt;&amp;nbsp; set &amp;amp;EM_LIB..Ign_exportgroup;&lt;BR /&gt;&amp;nbsp; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a good week.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 May 2021 12:13:09 GMT</pubDate>
    <dc:creator>MikeStockstill</dc:creator>
    <dc:date>2021-05-10T12:13:09Z</dc:date>
    <item>
      <title>Export Grouping Tab from Interactive Grouping SAS Miner Node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Export-Grouping-Tab-from-Interactive-Grouping-SAS-Miner-Node/m-p/739742#M8663</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please tell me if there is&amp;nbsp;a way to export the information from the "Groupings" Tab from&amp;nbsp;Interactive Grouping Node in SAS Enterprise Miner 15.2? I would like to export this information for all the indicators (or at least for those with an Information Value above the settled threshold) and I cannot figure out how to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried also to Export the information with the Save Data Node, but unfortunately the available information contains only the Groups and the corresponding WoE, and I would also need the Limits/Boundaries of the Variables in the exported file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also attached a document showing what information I need to export.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;Laura&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 11:28:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Export-Grouping-Tab-from-Interactive-Grouping-SAS-Miner-Node/m-p/739742#M8663</guid>
      <dc:creator>lstroie</dc:creator>
      <dc:date>2021-05-07T11:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Export Grouping Tab from Interactive Grouping SAS Miner Node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Export-Grouping-Tab-from-Interactive-Grouping-SAS-Miner-Node/m-p/740149#M8669</link>
      <description>&lt;P&gt;Hello Laura-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; A SAS data set that contains the variables and the split values (boundaries) is created when you run the Interactive Grouping node with the Create Grouping Data property set to Yes.&amp;nbsp; (By default the property is set to No.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; For details within the Enterprise Miner user interface, select Help -&amp;gt; Contents -&amp;gt; SAS Credit Scoring -&amp;gt; Interactive Grouping Node -&amp;gt;&amp;nbsp;Interactive Grouping Node Report Properties -&amp;gt; Create Grouping Data.&amp;nbsp; (See also the Information Value Cutoff property in the Score section.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a link in case you prefer online documentation.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/emref/15.2/p1qzwz7onopjqcn11uc04i18urg7.htm#p17c0h1gbzz3kfn12lmwaus2bk4u" target="_blank"&gt;https://go.documentation.sas.com/doc/en/emref/15.2/p1qzwz7onopjqcn11uc04i18urg7.htm#p17c0h1gbzz3kfn12lmwaus2bk4u&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That example shows how to view the data.&amp;nbsp; An easy way to save the data from that example is to add a SAS Code node to the same diagram, and run code like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;title 'these are the available SAS data sets';&lt;BR /&gt;/* see the node log for the results */&lt;BR /&gt;proc datasets lib=&amp;amp;EM_LIB.;&lt;BR /&gt;&amp;nbsp; run;&lt;BR /&gt;&amp;nbsp; quit;&lt;/P&gt;
&lt;P&gt;title 'check to make sure that you have the one that you want';&lt;BR /&gt;/* note the use of double-dot in the macro */&lt;BR /&gt;proc print data=&amp;amp;EM_LIB..Ign_exportgroup;&lt;BR /&gt;&amp;nbsp; run;&lt;/P&gt;
&lt;P&gt;/* use your own libref instead of WORK */&lt;BR /&gt;data work.mygroups;&lt;BR /&gt;&amp;nbsp; set &amp;amp;EM_LIB..Ign_exportgroup;&lt;BR /&gt;&amp;nbsp; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a good week.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 12:13:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Export-Grouping-Tab-from-Interactive-Grouping-SAS-Miner-Node/m-p/740149#M8669</guid>
      <dc:creator>MikeStockstill</dc:creator>
      <dc:date>2021-05-10T12:13:09Z</dc:date>
    </item>
  </channel>
</rss>

