<?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 proc HPBIN in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-HPBIN/m-p/559871#M156412</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can proc HPBIN handle categorical variables? If not what is the most efficient ways of collapsing categorical variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 18 May 2019 12:55:44 GMT</pubDate>
    <dc:creator>asifgeneral</dc:creator>
    <dc:date>2019-05-18T12:55:44Z</dc:date>
    <item>
      <title>proc HPBIN</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-HPBIN/m-p/559871#M156412</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can proc HPBIN handle categorical variables? If not what is the most efficient ways of collapsing categorical variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 May 2019 12:55:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-HPBIN/m-p/559871#M156412</guid>
      <dc:creator>asifgeneral</dc:creator>
      <dc:date>2019-05-18T12:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: proc HPBIN</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-HPBIN/m-p/559873#M156414</link>
      <description>&lt;P&gt;Yes, that should not be a problem. What does your data look like?&lt;/P&gt;</description>
      <pubDate>Sat, 18 May 2019 13:00:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-HPBIN/m-p/559873#M156414</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-05-18T13:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: proc HPBIN</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-HPBIN/m-p/559875#M156415</link>
      <description>&lt;P&gt;Thanks for your response&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code that I am trying.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc hpbin data=pg1.hmeq output=work.woebinn numbin=3 winsor;&lt;BR /&gt;input mortdue;&lt;BR /&gt;input yoj;&lt;BR /&gt;input job;&lt;BR /&gt;ods output mapping=mapping&lt;BR /&gt;run;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the output as expected for the two interval variables, but for job...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: JOB is class variable, only interval variable is supported.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 May 2019 13:05:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-HPBIN/m-p/559875#M156415</guid>
      <dc:creator>asifgeneral</dc:creator>
      <dc:date>2019-05-18T13:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: proc HPBIN</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-HPBIN/m-p/559877#M156417</link>
      <description>&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Mathematical-Optimization/Trying-to-use-PROC-OPTMODEL-for-monotonic-supervised-optimal/m-p/553822#M2686" target="_blank"&gt;https://communities.sas.com/t5/Mathematical-Optimization/Trying-to-use-PROC-OPTMODEL-for-monotonic-supervised-optimal/m-p/553822#M2686&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a my paper&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;“&lt;/SPAN&gt;&lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2018/1808-2018.pdf" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;Get Better Weight of Evidence for Scorecards Using a Genetic Algorithm&lt;/A&gt;&lt;SPAN&gt;.”&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2018/1808-2018.pdf" target="_blank"&gt;https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2018/1808-2018.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To bin category variable to make IV bigger.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 May 2019 13:35:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-HPBIN/m-p/559877#M156417</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-05-18T13:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: proc HPBIN</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-HPBIN/m-p/559880#M156418</link>
      <description>&lt;P&gt;Thanks for your response!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Being a novice in this field of credit scoring, I will take some time to digest the information. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will get back in case of any doubts. Thanks for your time and helping me out with the resources.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 May 2019 14:12:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-HPBIN/m-p/559880#M156418</guid>
      <dc:creator>asifgeneral</dc:creator>
      <dc:date>2019-05-18T14:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: proc HPBIN</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-HPBIN/m-p/620135#M182181</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why would you like to bin categorical variables? The categorical variables will already have categories. It is meaningful to categorise continious variables to create groups to measure the strength of the groups.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, you have the column House_Status with the categories "&lt;STRONG&gt;Own_House&lt;/STRONG&gt;", '&lt;STRONG&gt;Rented&lt;/STRONG&gt;' and "&lt;STRONG&gt;Missing&lt;/STRONG&gt;". How would you further categorise them. Even if you assign a numeric value as, for example,&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;Own_House = 0,&amp;nbsp;Rented = 1 and&amp;nbsp;Missing = 2 further &lt;/STRONG&gt;categorising them wouldn't make any sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Kiran Chapidi&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 11:34:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-HPBIN/m-p/620135#M182181</guid>
      <dc:creator>chapidi99</dc:creator>
      <dc:date>2020-01-27T11:34:55Z</dc:date>
    </item>
  </channel>
</rss>

