<?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: ROC curves with Proc HPFOREST in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/ROC-curves-with-Proc-HPFOREST/m-p/462508#M7021</link>
    <description>&lt;P&gt;Hey sammmy - Check this paper out...it gives you code for generating the data and plotting it (it uses gplot, but you could use sgplot also)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi22/POSTERS/PAPER219.PDF" target="_self"&gt;http://www2.sas.com/proceedings/sugi22/POSTERS/PAPER219.PDF&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Brett&lt;/P&gt;</description>
    <pubDate>Tue, 15 May 2018 20:41:10 GMT</pubDate>
    <dc:creator>BrettWujek</dc:creator>
    <dc:date>2018-05-15T20:41:10Z</dc:date>
    <item>
      <title>ROC curves with Proc HPFOREST</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/ROC-curves-with-Proc-HPFOREST/m-p/461489#M6983</link>
      <description>&lt;P&gt;Good day.&lt;/P&gt;&lt;P&gt;Please can anyone help me with codes for ROC curves in proc hpforest. I want to use it in base SAS as my SAS&amp;nbsp; Enterprise Miner is not working&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 06:49:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/ROC-curves-with-Proc-HPFOREST/m-p/461489#M6983</guid>
      <dc:creator>sammmy</dc:creator>
      <dc:date>2018-05-11T06:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: ROC curves with Proc HPFOREST</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/ROC-curves-with-Proc-HPFOREST/m-p/462508#M7021</link>
      <description>&lt;P&gt;Hey sammmy - Check this paper out...it gives you code for generating the data and plotting it (it uses gplot, but you could use sgplot also)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi22/POSTERS/PAPER219.PDF" target="_self"&gt;http://www2.sas.com/proceedings/sugi22/POSTERS/PAPER219.PDF&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 20:41:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/ROC-curves-with-Proc-HPFOREST/m-p/462508#M7021</guid>
      <dc:creator>BrettWujek</dc:creator>
      <dc:date>2018-05-15T20:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: ROC curves with Proc HPFOREST</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/ROC-curves-with-Proc-HPFOREST/m-p/462608#M7023</link>
      <description>&lt;P&gt;Thanks for your time. But my interest is to obtain ROC curve from random forest and compare it with ROC curve from other methods that I have&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 09:29:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/ROC-curves-with-Proc-HPFOREST/m-p/462608#M7023</guid>
      <dc:creator>sammmy</dc:creator>
      <dc:date>2018-05-16T09:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: ROC curves with Proc HPFOREST</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/ROC-curves-with-Proc-HPFOREST/m-p/844228#M10375</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;It has been a while since this was posted.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone has any update on it.&lt;/P&gt;
&lt;P&gt;Why SAS could not keep with R &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Hao&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 22:49:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/ROC-curves-with-Proc-HPFOREST/m-p/844228#M10375</guid>
      <dc:creator>haoduonge</dc:creator>
      <dc:date>2022-11-14T22:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: ROC curves with Proc HPFOREST</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/ROC-curves-with-Proc-HPFOREST/m-p/850153#M10392</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;try this,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2018/11/14/compare-roc-curves-sas.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2018/11/14/compare-roc-curves-sas.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This idea is to pretend your RF score is the only predictor of the target. You can put on any ML score you like.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jia Xin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 21:24:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/ROC-curves-with-Proc-HPFOREST/m-p/850153#M10392</guid>
      <dc:creator>fierceanalytics</dc:creator>
      <dc:date>2022-12-16T21:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: ROC curves with Proc HPFOREST</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/ROC-curves-with-Proc-HPFOREST/m-p/850208#M10395</link>
      <description>&lt;P&gt;This is also extremely handy :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="forum-subj-action" style="box-sizing: border-box; position: relative; margin-left: 0.75rem; color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;
&lt;DIV class="MessageSubject " style="box-sizing: border-box;"&gt;
&lt;DIV class="MessageSubjectIcons " style="box-sizing: border-box; display: inline;"&gt;
&lt;DIV class="lia-message-subject" style="box-sizing: border-box; white-space: normal; word-break: break-word; overflow-wrap: break-word; color: #cc6600; font-size: 2.75rem; line-height: 1.1; font-family: avenir-med, Arial, Helvetica, sans-serif; font-weight: bold; display: inline-block; margin-bottom: 0.25rem; margin-left: 3.5rem; min-width: 90%;"&gt;Create ROC curve for any predictive model&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="forum-post" style="box-sizing: border-box; margin-left: 4.5rem; margin-bottom: 4rem; color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;
&lt;DIV class="post-info" style="box-sizing: border-box; font-weight: bold; padding-bottom: 1rem; font-size: 12px;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A style="box-sizing: border-box; background: transparent; color: #0378cd; text-decoration: none;" href="https://communities.sas.com/t5/SAS-Tips-from-the-Community/Create-ROC-curve-for-any-predictive-model/td-p/512899" target="_blank"&gt;&lt;SPAN class="message-date-friendly" title="Posted by Rick_SAS  
 11-14-2018 05:58 AM"&gt;Posted 11-14-2018 05:58 AM&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN class="message-date-views"&gt;(485 views)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Tips-from-the-Community/Create-ROC-curve-for-any-predictive-model/m-p/512899#M193" target="_blank"&gt;https://communities.sas.com/t5/SAS-Tips-from-the-Community/Create-ROC-curve-for-any-predictive-model/m-p/512899#M193&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;
&lt;DIV id="ConnectiveDocSignExtentionInstalled" data-extension-version="1.0.4"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sat, 17 Dec 2022 17:28:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/ROC-curves-with-Proc-HPFOREST/m-p/850208#M10395</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-12-17T17:28:38Z</dc:date>
    </item>
  </channel>
</rss>

