<?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: Threshold for decision predictions in SAS Academy for Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Threshold-for-decision-predictions/m-p/630149#M550</link>
    <description>&lt;P&gt;1. That may be the default but you can change that with the CUTOFF option in PROC LOGISTIC. Not sure about decision trees because it follows a different algorithm.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Yes, see the CUTOFF option for PROC LOGISTIC.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 0.5 cutoff is usually the default but you can change it as needed.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Mar 2020 16:42:08 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-03-06T16:42:08Z</dc:date>
    <item>
      <title>Threshold for decision predictions</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Threshold-for-decision-predictions/m-p/630097#M548</link>
      <description>&lt;P&gt;I have just completed the material for "&lt;FONT&gt;Module 1: Predictive Modeling&lt;/FONT&gt;" course and I would appreciate if someone could clarify/confirm how the logic for decisions work:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Do models (e.g. Decision Trees and Logistic Regression) use a predicted probability of 0.5 as the threshold for classifying a case as the primary outcome (i.e. IF p_predicted&amp;gt;0.5 THEN predicted_class=1)?&lt;/LI&gt;&lt;LI&gt;If so, is there a way of altering that behaviour? My understanding is that Decision Weights can be used to change the threshold. For instance, if set to the inverse prior probabilities, a case would be classified as primary outcome if its predicted probability was above the prior probability. Is that correct?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 14:57:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Threshold-for-decision-predictions/m-p/630097#M548</guid>
      <dc:creator>pvareschi</dc:creator>
      <dc:date>2020-03-06T14:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Threshold for decision predictions</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Threshold-for-decision-predictions/m-p/630145#M549</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt;Here's feedback from the course instructors:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;---------------------------------&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Yes, 0.5 is the hard-coded default in Enterprise Miner as a cut-off for making decisions.&amp;nbsp; &amp;nbsp;But this cut-off can be changed.&lt;/LI&gt;
&lt;LI&gt;Yes. One method is to use the “cut-off” node to change the threshold and the other is to use decision weights and/or a profit matrix.&amp;nbsp; The cut-off node is not included in that class but information about it can be found in the help menu of Enterprise Miner. &amp;nbsp;&amp;nbsp;Decision weights are cover in Lesson 7 in the section titles “Adjusting for separate sampling” and profit matrices are covered also in Lesson 7 in the section titled “Evaluating Model Profit.”&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps clarify the default and cut-off for you.&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 21:10:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Threshold-for-decision-predictions/m-p/630145#M549</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-03-06T21:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Threshold for decision predictions</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Threshold-for-decision-predictions/m-p/630149#M550</link>
      <description>&lt;P&gt;1. That may be the default but you can change that with the CUTOFF option in PROC LOGISTIC. Not sure about decision trees because it follows a different algorithm.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Yes, see the CUTOFF option for PROC LOGISTIC.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 0.5 cutoff is usually the default but you can change it as needed.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 16:42:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Threshold-for-decision-predictions/m-p/630149#M550</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-03-06T16:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Threshold for decision predictions</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Threshold-for-decision-predictions/m-p/630328#M551</link>
      <description>&lt;P&gt;Thank you for your answer!&lt;/P&gt;&lt;P&gt;Just a quick point: the default 0.5 cut-off, does it apply regardless of the proportions used in the sample? For instance, assuming I do oversampling with a ratio of 0.3 primary outcome / 0.7 secondary outcome, and I do not specify any prior probabilities, am I right in saying 0.5 would still be used as the default cut-off for classification purposes (based on the posterior probabilities)?&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2020 07:53:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Threshold-for-decision-predictions/m-p/630328#M551</guid>
      <dc:creator>pvareschi</dc:creator>
      <dc:date>2020-03-07T07:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Threshold for decision predictions</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Threshold-for-decision-predictions/m-p/630409#M555</link>
      <description>The two items aren't directly related. They're both probabilities but not the same type of probability. One is balancing your sample to fit a model, the second predicts the probability of an outcome.</description>
      <pubDate>Sat, 07 Mar 2020 20:12:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Threshold-for-decision-predictions/m-p/630409#M555</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-03-07T20:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Threshold for decision predictions</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Threshold-for-decision-predictions/m-p/630722#M557</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; The instructors' feedback on this question is:&lt;/P&gt;
&lt;P&gt;"The default cut-off is always 0.5, regardless of whether or not any sampling has been done to deal with a rare event level.&amp;nbsp; If the data has been over-sampled to deal with a rare event, then use decision processing (i.e., define prior probabilities) which will adjust the cut-off accordingly.&amp;nbsp; If over-sampling is done and prior probabilities are not defined, than 0.5 will be used as a cut-off."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Cynthia&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 19:22:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Threshold-for-decision-predictions/m-p/630722#M557</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-03-09T19:22:04Z</dc:date>
    </item>
  </channel>
</rss>

