<?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: misclassification rate sas miner in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/misclassification-rate-sas-miner/m-p/247182#M3643</link>
    <description>&lt;P&gt;Hi Rogelio,&lt;/P&gt;
&lt;P&gt;It looks like most&amp;nbsp;fit statistics are defined only once on the Reference Help (press F1 when you are on Enterprise Miner to see the Reference Help).&amp;nbsp;If they are defined on the&amp;nbsp;Model Comparison node, you don't see them again on the Scorecard node,&amp;nbsp;unless they are a specific result of the Scorecard node.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;
&lt;P&gt;M&lt;/P&gt;</description>
    <pubDate>Mon, 01 Feb 2016 12:10:53 GMT</pubDate>
    <dc:creator>M_Maldonado</dc:creator>
    <dc:date>2016-02-01T12:10:53Z</dc:date>
    <item>
      <title>misclassification rate sas miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/misclassification-rate-sas-miner/m-p/247164#M3642</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where can I find the way SAS Miner calculates the misclassifiation rate, MISC, in the scorecard node in Miner?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 08:51:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/misclassification-rate-sas-miner/m-p/247164#M3642</guid>
      <dc:creator>rogelio_mancisidor</dc:creator>
      <dc:date>2016-02-01T08:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: misclassification rate sas miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/misclassification-rate-sas-miner/m-p/247182#M3643</link>
      <description>&lt;P&gt;Hi Rogelio,&lt;/P&gt;
&lt;P&gt;It looks like most&amp;nbsp;fit statistics are defined only once on the Reference Help (press F1 when you are on Enterprise Miner to see the Reference Help).&amp;nbsp;If they are defined on the&amp;nbsp;Model Comparison node, you don't see them again on the Scorecard node,&amp;nbsp;unless they are a specific result of the Scorecard node.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;
&lt;P&gt;M&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 12:10:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/misclassification-rate-sas-miner/m-p/247182#M3643</guid>
      <dc:creator>M_Maldonado</dc:creator>
      <dc:date>2016-02-01T12:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: misclassification rate sas miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/misclassification-rate-sas-miner/m-p/416521#M6368</link>
      <description>&lt;P&gt;The Misclassification rate can only be calculated once a prediction is made for a categorical target variable.&amp;nbsp; &amp;nbsp;When building a model against a categorical target variable, SAS Enterprise Miner will calculate the probability of each level of the target.&amp;nbsp; The choice for the predicted level then depends on what you have used to choose a predicted target level.&amp;nbsp; By default, SAS Enterprise Miner will predict the most likely outcome for each observation and store in it a variable of the form I_&amp;lt; target variable name&amp;gt; ; however, SAS Enterprise Miner can also incorporate Decision weights which can are used along with the predicted probability of each level to calculate an expected value of each decision.&amp;nbsp; In this latter case, it chooses the most profitable (or least costly) decision and stores the resulting level in a variable of the form D_&amp;lt;target variable name&amp;gt;.&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Suppose you have a binary target variable Purchase which equals "1" or "0" for each observation.&amp;nbsp; SAS Enterprise Miner will compute&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; P_Purchase1 = probability that Purchase = "1"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; P_Purchase0 = probability that Purchase = "0"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; I_Purchase = most likely outcome based the greater of P_Purchase1 and P_Purchase0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but it might also compute&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;D_Purchase = most "valuable" outcome after computing the product of the probability of each outcome and the associated decision weight&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when you have specified a decision profile and clickec the radio button for Yes under "Do you want to use the decisions" in the Decision Processing dialog available from the Input Data Source node or a Decisions node.&amp;nbsp; As a result, the answer to your question depends on whether you had specified and used decision weights or not.&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Doug&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 22:25:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/misclassification-rate-sas-miner/m-p/416521#M6368</guid>
      <dc:creator>DougWielenga</dc:creator>
      <dc:date>2017-11-27T22:25:59Z</dc:date>
    </item>
  </channel>
</rss>

