<?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: AUC and ALIFT in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/AUC-and-ALIFT/m-p/705674#M8531</link>
    <description>&lt;P&gt;Thanks for responding &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am also getting the lift, ROC plot in my results. What I am not clear about is whether AUC and ROC index are the same things and what is ALIFT (not lift).&amp;nbsp;&lt;/P&gt;&lt;P&gt;and one more doubt I have is whether we need to encode(e.g., one-hot encoding, label encoding etc.) all categorical variables before importing data in SAS or it is handled by SAS automatically.&lt;/P&gt;&lt;P&gt;Hope I am clear now.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Dec 2020 13:36:58 GMT</pubDate>
    <dc:creator>Amitkr</dc:creator>
    <dc:date>2020-12-14T13:36:58Z</dc:date>
    <item>
      <title>AUC and ALIFT</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/AUC-and-ALIFT/m-p/705569#M8529</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a beginner and trying a comparison of models. I have a few basic questions:&lt;/P&gt;&lt;P&gt;1. Is AUC same as ROC index, if not then how can I get AUC?&lt;/P&gt;&lt;P&gt;2. What is ALIFT in model comparison result?&lt;/P&gt;&lt;P&gt;(**NOTE** I found both (AUC and ALIFT) terms used in a research paper for model comparison, now I am building models to compare my results with these results.)&lt;/P&gt;&lt;P&gt;3. Do we need to encode non-numerical data of the input file before building a data mining model in SAS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 02:20:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/AUC-and-ALIFT/m-p/705569#M8529</guid>
      <dc:creator>Amitkr</dc:creator>
      <dc:date>2020-12-14T02:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: AUC and ALIFT</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/AUC-and-ALIFT/m-p/705656#M8530</link>
      <description>&lt;P&gt;Attachement is lift polt.&lt;/P&gt;
&lt;P&gt;And the following code is getting ROC curve.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
set sashelp.class(rename=(weight=score));
good_bad=rand('bern',0.8);
keep good_bad score ;
run;

proc logistic data=have  ;
model good_bad=score/ nofit ;
roc 'Roc Curve1' pred=score;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 12:50:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/AUC-and-ALIFT/m-p/705656#M8530</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-12-14T12:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: AUC and ALIFT</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/AUC-and-ALIFT/m-p/705674#M8531</link>
      <description>&lt;P&gt;Thanks for responding &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am also getting the lift, ROC plot in my results. What I am not clear about is whether AUC and ROC index are the same things and what is ALIFT (not lift).&amp;nbsp;&lt;/P&gt;&lt;P&gt;and one more doubt I have is whether we need to encode(e.g., one-hot encoding, label encoding etc.) all categorical variables before importing data in SAS or it is handled by SAS automatically.&lt;/P&gt;&lt;P&gt;Hope I am clear now.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 13:36:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/AUC-and-ALIFT/m-p/705674#M8531</guid>
      <dc:creator>Amitkr</dc:creator>
      <dc:date>2020-12-14T13:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: AUC and ALIFT</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/AUC-and-ALIFT/m-p/705997#M8532</link>
      <description>&lt;P&gt;Yes. I think "AUC and ROC index are the same things " both stand for the area under curve .&lt;BR /&gt;ALIFT I have no clue . maybe &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; know it.&lt;BR /&gt;And categorical variables are handled by SAS automatically(CLASS statement). no need encode before modeling.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 12:15:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/AUC-and-ALIFT/m-p/705997#M8532</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-12-15T12:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: AUC and ALIFT</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/AUC-and-ALIFT/m-p/706000#M8533</link>
      <description>Thank You &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Dec 2020 12:19:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/AUC-and-ALIFT/m-p/706000#M8533</guid>
      <dc:creator>Amitkr</dc:creator>
      <dc:date>2020-12-15T12:19:05Z</dc:date>
    </item>
  </channel>
</rss>

