<?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 Interactive Binning Node vs. Transformation Node Binning in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Interactive-Binning-Node-vs-Transformation-Node-Binning/m-p/393634#M5965</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm interested in comparing the Transformation node vs. the Interactive Binning Node.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the difference between setting the interval-inputs setting to "optimal binning" for a variable vs. using the interactive binning node?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let's say I'm using the Transformation node and I've selected the interval-inputs to "optimal", and based on chi-squared a couple of my variables have been selected for binning transformation. Is there a benefit to tagging on&amp;nbsp;the Interactive Binning Node downstream to assess optimal binning once transformation is assessed?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm assuming it's still of use as some of my variables transformed via log or non-binning transformation could still be considered downstream for binning once normality is addressed... so binning is only redundant if a variable was binned via transformation and then re-binned with the binnning node?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd appreciate clarification of any misunderstanding I may have.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Sep 2017 17:23:26 GMT</pubDate>
    <dc:creator>GalacticAbacus</dc:creator>
    <dc:date>2017-09-06T17:23:26Z</dc:date>
    <item>
      <title>Interactive Binning Node vs. Transformation Node Binning</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Interactive-Binning-Node-vs-Transformation-Node-Binning/m-p/393634#M5965</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm interested in comparing the Transformation node vs. the Interactive Binning Node.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the difference between setting the interval-inputs setting to "optimal binning" for a variable vs. using the interactive binning node?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let's say I'm using the Transformation node and I've selected the interval-inputs to "optimal", and based on chi-squared a couple of my variables have been selected for binning transformation. Is there a benefit to tagging on&amp;nbsp;the Interactive Binning Node downstream to assess optimal binning once transformation is assessed?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm assuming it's still of use as some of my variables transformed via log or non-binning transformation could still be considered downstream for binning once normality is addressed... so binning is only redundant if a variable was binned via transformation and then re-binned with the binnning node?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd appreciate clarification of any misunderstanding I may have.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 17:23:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Interactive-Binning-Node-vs-Transformation-Node-Binning/m-p/393634#M5965</guid>
      <dc:creator>GalacticAbacus</dc:creator>
      <dc:date>2017-09-06T17:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Binning Node vs. Transformation Node Binning</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Interactive-Binning-Node-vs-Transformation-Node-Binning/m-p/393742#M5970</link>
      <description>&lt;P&gt;Those 2 nodes just give you different methods for binning, so you would just use one of those nodes for binning, based on whatever method you want to use. &amp;nbsp;Optimal binning in Transform node takes the target into account to come up with the best bins, while in Interactive Binning, your options are to do either bucket or quantile binning (which don't use the target), then you can interactively modify those bins. &amp;nbsp;Once the variables are binned, via either node, they are no longer interval, so you wouldn't bin those again, but as you said, you could still bin a variable after it's been log-transformed for example and is still interval. &amp;nbsp;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 00:28:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Interactive-Binning-Node-vs-Transformation-Node-Binning/m-p/393742#M5970</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2017-09-07T00:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Binning Node vs. Transformation Node Binning</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Interactive-Binning-Node-vs-Transformation-Node-Binning/m-p/393888#M5974</link>
      <description>&lt;P&gt;Yes it does help, thank you much!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 14:27:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Interactive-Binning-Node-vs-Transformation-Node-Binning/m-p/393888#M5974</guid>
      <dc:creator>GalacticAbacus</dc:creator>
      <dc:date>2017-09-07T14:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Binning Node vs. Transformation Node Binning</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Interactive-Binning-Node-vs-Transformation-Node-Binning/m-p/472884#M7140</link>
      <description>&lt;P&gt;Thank you for your reply, which one will you prefer to use for Credit Risk - Probability of Default Model (if I do not have Interactive Grouping node in my SAS EM tool.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 07:17:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Interactive-Binning-Node-vs-Transformation-Node-Binning/m-p/472884#M7140</guid>
      <dc:creator>AnshulS</dc:creator>
      <dc:date>2018-06-25T07:17:03Z</dc:date>
    </item>
  </channel>
</rss>

