<?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: Interpretation bayesian network graph in SAS EM in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Interpretation-bayesian-network-graph-in-SAS-EM/m-p/434243#M6676</link>
    <description>&lt;P&gt;H&lt;FONT color="#000000"&gt;ello WendyCzika,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Thank you for your answer !&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I built a Bayesian Network Model in order to explain a binary variable. Is it possible to compute a kind of "contribution" in order to know which input variable is the most contributive in my model to explain my target ?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Also, I picked up the Scoring code from my model but I don't understand the rules on it : &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Can someone can explain to me what is compute in this rule (in red) because is not a probability..&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;BR /&gt;else if _I28 = 1&lt;BR /&gt;then do;&lt;BR /&gt;&amp;nbsp; _target_score_HPBNC1{1}+(&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;-1.538266175076&lt;/FONT&gt;&lt;/STRONG&gt;);&lt;BR /&gt;&amp;nbsp; _target_score_HPBNC1{2}+(&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;-0.241757117828&lt;/FONT&gt;&lt;/STRONG&gt;);&lt;BR /&gt;end;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Best regards,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Bruno&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Feb 2018 16:36:58 GMT</pubDate>
    <dc:creator>Bruno_F</dc:creator>
    <dc:date>2018-02-05T16:36:58Z</dc:date>
    <item>
      <title>Interpretation bayesian network graph in SAS EM</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Interpretation-bayesian-network-graph-in-SAS-EM/m-p/431598#M6607</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I try to use the HPBNET node in SAS EM in order to explain a target variable from input variables. By using this node, i would like to know the links between input variables and the effects on my target variable.&lt;BR /&gt;I tested several BN structures but only my target variable is a parent in my graph..&lt;BR /&gt;Can someone explain to me why my target is always a child ? How is it possible to make predictions if there is no parent variable for my target variable ?&lt;BR /&gt;&lt;BR /&gt;Thanks !&lt;BR /&gt;&lt;BR /&gt;Bruno</description>
      <pubDate>Sun, 28 Jan 2018 11:23:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Interpretation-bayesian-network-graph-in-SAS-EM/m-p/431598#M6607</guid>
      <dc:creator>Bruno_F</dc:creator>
      <dc:date>2018-01-28T11:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Interpretation bayesian network graph in SAS EM</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Interpretation-bayesian-network-graph-in-SAS-EM/m-p/431785#M6611</link>
      <description>&lt;P&gt;It depends on the structure of your network.&amp;nbsp; With a Parent-child or Markov blanket structure, the inputs can be parents of the target.&amp;nbsp; This paper has all the details and equations of how the predictions for a target are obtained from a Bayesian network:&amp;nbsp;&lt;A href="https://support.sas.com/resources/papers/proceedings17/SAS0474-2017.pdf" target="_self"&gt;https://support.sas.com/resources/papers/proceedings17/SAS0474-2017.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 14:30:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Interpretation-bayesian-network-graph-in-SAS-EM/m-p/431785#M6611</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2018-01-29T14:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Interpretation bayesian network graph in SAS EM</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Interpretation-bayesian-network-graph-in-SAS-EM/m-p/434243#M6676</link>
      <description>&lt;P&gt;H&lt;FONT color="#000000"&gt;ello WendyCzika,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Thank you for your answer !&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I built a Bayesian Network Model in order to explain a binary variable. Is it possible to compute a kind of "contribution" in order to know which input variable is the most contributive in my model to explain my target ?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Also, I picked up the Scoring code from my model but I don't understand the rules on it : &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Can someone can explain to me what is compute in this rule (in red) because is not a probability..&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;BR /&gt;else if _I28 = 1&lt;BR /&gt;then do;&lt;BR /&gt;&amp;nbsp; _target_score_HPBNC1{1}+(&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;-1.538266175076&lt;/FONT&gt;&lt;/STRONG&gt;);&lt;BR /&gt;&amp;nbsp; _target_score_HPBNC1{2}+(&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;-0.241757117828&lt;/FONT&gt;&lt;/STRONG&gt;);&lt;BR /&gt;end;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Best regards,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Bruno&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 16:36:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Interpretation-bayesian-network-graph-in-SAS-EM/m-p/434243#M6676</guid>
      <dc:creator>Bruno_F</dc:creator>
      <dc:date>2018-02-05T16:36:58Z</dc:date>
    </item>
  </channel>
</rss>

