<?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 How to create ROC curves and Lift curves in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-ROC-curves-and-Lift-curves/m-p/307044#M65727</link>
    <description>&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the Base SAS 9.2 in order to replicate the findings of a study made using R tool and rminer package.&amp;nbsp;The file that I'm currently using,&amp;nbsp;&lt;A title="Bank Marketing Dataset" href="https://archive.ics.uci.edu/ml/datasets/Bank+Marketing" target="_blank"&gt;Bank Marketing Dataset&lt;/A&gt;,&amp;nbsp;is a dataset that has been created from a Portuguese Bank&amp;nbsp;&lt;SPAN&gt;to predict if the client will subscribe a term deposit or not.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been searching for a solution on the Internet, and all the analysis that I've found on this dataset are made using&amp;nbsp;R.&amp;nbsp;Up to this point, I already analyzed the main variables and attributes using SAS; however I'm not able to&amp;nbsp;&lt;SPAN&gt;calculate the ROC curves and the Lift curves for the models:&amp;nbsp;Logistic Regression, Decision Tree and Support Vector Machine in order to determine which is the most appropriate model to make the prediction.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be great if&amp;nbsp;someone in these community could give&amp;nbsp;me any suggestion. Thanks for your time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Oct 2016 06:56:33 GMT</pubDate>
    <dc:creator>WhiteDiamond</dc:creator>
    <dc:date>2016-10-25T06:56:33Z</dc:date>
    <item>
      <title>How to create ROC curves and Lift curves</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-ROC-curves-and-Lift-curves/m-p/307044#M65727</link>
      <description>&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the Base SAS 9.2 in order to replicate the findings of a study made using R tool and rminer package.&amp;nbsp;The file that I'm currently using,&amp;nbsp;&lt;A title="Bank Marketing Dataset" href="https://archive.ics.uci.edu/ml/datasets/Bank+Marketing" target="_blank"&gt;Bank Marketing Dataset&lt;/A&gt;,&amp;nbsp;is a dataset that has been created from a Portuguese Bank&amp;nbsp;&lt;SPAN&gt;to predict if the client will subscribe a term deposit or not.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been searching for a solution on the Internet, and all the analysis that I've found on this dataset are made using&amp;nbsp;R.&amp;nbsp;Up to this point, I already analyzed the main variables and attributes using SAS; however I'm not able to&amp;nbsp;&lt;SPAN&gt;calculate the ROC curves and the Lift curves for the models:&amp;nbsp;Logistic Regression, Decision Tree and Support Vector Machine in order to determine which is the most appropriate model to make the prediction.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be great if&amp;nbsp;someone in these community could give&amp;nbsp;me any suggestion. Thanks for your time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 06:56:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-ROC-curves-and-Lift-curves/m-p/307044#M65727</guid>
      <dc:creator>WhiteDiamond</dc:creator>
      <dc:date>2016-10-25T06:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create ROC curves and Lift curves</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-ROC-curves-and-Lift-curves/m-p/307076#M65734</link>
      <description>&lt;P&gt;I guess you should use&amp;nbsp;&lt;SPAN&gt;Decision Tree and Random Forest .&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 10:09:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-ROC-curves-and-Lift-curves/m-p/307076#M65734</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-10-25T10:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to create ROC curves and Lift curves</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-ROC-curves-and-Lift-curves/m-p/307112#M65736</link>
      <description>&lt;P&gt;Although you say "Base SAS," I assume you mean SAS/STAT procedures. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try limiting your search to the proceedings of SAS conferences to get targeted SAS-only solutions. For example, do an internet search for&lt;/P&gt;
&lt;P&gt;roc lift site:lexjansen.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are many results, some going back 20 years.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should also consider updating your version of SAS.&amp;nbsp;SAS 9.2 is from March 2008, so it's almost nine years old. There have been seven releases of SAS since then, with an eighth release coming out shortly. &amp;nbsp;Newer releases include procedures like HPSPLIT which enable you to form tree-based regression models with SAS/STAT. &amp;nbsp;PROC LOGISTIC also contains the ROC statement, which provides a convenient way to work with ROC curves.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 13:05:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-ROC-curves-and-Lift-curves/m-p/307112#M65736</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-10-25T13:05:23Z</dc:date>
    </item>
  </channel>
</rss>

