<?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: Calculation of the Probabilities from Scores of Decision Tree in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/292990#M4369</link>
    <description>&lt;P&gt;What do you mean by probability? Probability of being a 0/1? I don't think that's how a decision tree process works. It's a rule based algorithm, not probabilistic.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 21 Aug 2016 14:47:56 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-08-21T14:47:56Z</dc:date>
    <item>
      <title>Calculation of the Probabilities from Scores of Decision Tree</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/292987#M4368</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After I have created a Decesion Tree Model, kindlly i need your help to advice me how can I convert the Score I optained from the Variable P_target_1 in to Probabilites . Please note that I haven't used Deceison Node . Is that avaiable ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All I have right now is the Score of Prediction and a Flag for the real event (1/0)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S : I have reviesed the below link &amp;nbsp;(&lt;A href="https://communities.sas.com/t5/SAS-Data-Mining/Adjusted-Prior-in-Enterprise-Miner-7-1-Please-help-Thank-You/td-p/152065" target="_blank"&gt;https://communities.sas.com/t5/SAS-Data-Mining/Adjusted-Prior-in-Enterprise-Miner-7-1-Please-help-Thank-You/td-p/152065&lt;/A&gt;) for a simmilar enquiry but couldn't find a solution to my particular case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Mohammed ElSofany&lt;/P&gt;&lt;P&gt;Data Scientist .&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2016 14:31:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/292987#M4368</guid>
      <dc:creator>mohammad__101</dc:creator>
      <dc:date>2016-08-21T14:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation of the Probabilities from Scores of Decision Tree</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/292990#M4369</link>
      <description>&lt;P&gt;What do you mean by probability? Probability of being a 0/1? I don't think that's how a decision tree process works. It's a rule based algorithm, not probabilistic.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2016 14:47:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/292990#M4369</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-21T14:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation of the Probabilities from Scores of Decision Tree</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/292992#M4370</link>
      <description>&lt;P&gt;Dear Reeza,&lt;/P&gt;&lt;P&gt;Thanks for your reply . Normaly DT is not Probabilistic . But what if I want to extract from the Score produced a Probability of the event to happen (to be 1 not 0 ) .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2016 15:03:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/292992#M4370</guid>
      <dc:creator>mohammad__101</dc:creator>
      <dc:date>2016-08-21T15:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation of the Probabilities from Scores of Decision Tree</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/292996#M4371</link>
      <description>&lt;P&gt;I'm trying to think how that would work and it would be equivalent to the prior probability of 0/1 is my guess.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need a probability why not fit a different model type, ie logistic regression?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you fit multiple trees with differing rules then perhaps an average of outcomes could be determined to extract a probability. So a simulation type analysis.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2016 15:08:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/292996#M4371</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-21T15:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation of the Probabilities from Scores of Decision Tree</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/292999#M4372</link>
      <description>&lt;P&gt;I think your looking for the conditional probability of the end points/nodes. Does that sound correct?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Similar to this?&lt;/P&gt;
&lt;P&gt;&lt;A href="http://petrowiki.org/Decision_tree_analysis" target="_blank"&gt;http://petrowiki.org/Decision_tree_analysis&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2016 15:31:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/292999#M4372</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-21T15:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation of the Probabilities from Scores of Decision Tree</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/293000#M4373</link>
      <description>&lt;P&gt;As a matter of fact that's simmilar to what I'm reading now : )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/decisionForests_MSR_TR_2011_114.pdf" target="_self"&gt;https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/decisionForests_MSR_TR_2011_114.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;P&gt;Mohammed ElSofany&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2016 15:48:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/293000#M4373</guid>
      <dc:creator>mohammad__101</dc:creator>
      <dc:date>2016-08-21T15:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation of the Probabilities from Scores of Decision Tree</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/293002#M4374</link>
      <description>&lt;P&gt;In a matter of fact I still can't&amp;nbsp;get it from the both links .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All I am looking for is to get the Probability using the Score and using overall Probabilty of event occure gained from trainning data or cross validation data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VBR&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2016 17:13:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/293002#M4374</guid>
      <dc:creator>mohammad__101</dc:creator>
      <dc:date>2016-08-21T17:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation of the Probabilities from Scores of Decision Tree</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/293003#M4375</link>
      <description>&lt;P&gt;Is your issue technical, ie how to calculate a specific value, or methodological - how do I calculate the probabilities.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please take the time to explain your question in as much detail as possible. Especially if its a calculation question.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2016 18:02:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/293003#M4375</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-21T18:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation of the Probabilities from Scores of Decision Tree</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/293008#M4377</link>
      <description>&lt;P&gt;For a decision tree built using a nominal or binary target, the P_ variables are the posterior probabilities (given a set of input values, what is the predicted probability of a particular outcome) for each possible outcome.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So you probably already have what you are looking for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's a detailed reference:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Scoring-Series-Part-2-SAS-Enterprise-Miner-Scoring-Output/ta-p/223842" target="_self"&gt;Meaning of score output variables&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2016 20:09:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/293008#M4377</guid>
      <dc:creator>rayIII</dc:creator>
      <dc:date>2016-08-21T20:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation of the Probabilities from Scores of Decision Tree</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/293115#M4378</link>
      <description>&lt;P&gt;Thanks Rally for your reply ,&lt;/P&gt;&lt;P&gt;Is this&amp;nbsp;can be applied even if I didn't use Decesion Node and I have used Oversampling ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 12:33:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/293115#M4378</guid>
      <dc:creator>mohammad__101</dc:creator>
      <dc:date>2016-08-22T12:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation of the Probabilities from Scores of Decision Tree</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/293121#M4379</link>
      <description>&lt;P&gt;Dear Reeza,&lt;/P&gt;&lt;P&gt;Thank you for all the message very much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes It's a calculation ,&lt;/P&gt;&lt;P&gt;I have built a Decesion Trees Model with Binary Classification.&lt;/P&gt;&lt;P&gt;To build this model I have used Oversampling approach .&lt;/P&gt;&lt;P&gt;I have't used any Decesion Nodes ( Before Model or After Model )&lt;/P&gt;&lt;P&gt;I want to get the Probability of occurnace of the event from the P_target_1&lt;/P&gt;&lt;P&gt;P_target_1 is not probability it's Model Score .&lt;/P&gt;&lt;P&gt;I need to have the Probability .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope I was clear enough,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Mohammed ElSofany&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 12:49:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Calculation-of-the-Probabilities-from-Scores-of-Decision-Tree/m-p/293121#M4379</guid>
      <dc:creator>mohammad__101</dc:creator>
      <dc:date>2016-08-22T12:49:10Z</dc:date>
    </item>
  </channel>
</rss>

