<?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: bayesian network in em in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/bayesian-network-in-em/m-p/298149#M4435</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EM treats variable you specified as TARGET as nominal. It does not care whether the variable is numeric or character type. So you may need to pick a variable that does not have too many categories. Normally you get the idea which variable should be the target from your 'business'. Since your goal, as indicated in your question, appears to find association, not to predict, I would say just use EM to test several different non-interval variables, to see which association finding makes more sense to you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you set Automatic Model Selection =YES, EM will select the 'best' network for you. As a starter, it often is sufficient for network selection. Since you are running HPDM GUI, you are entitled to have access to HPDM procedure documentation, in addition to accessing from within the EM product (Help Menu --&amp;gt; Contents). The within-product access is not bad, but it mixes with EM operation instructions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you get access to HPDM procedure document, Examples 5.1 to 5.6 under HPBNET should pretty much answer all you questions, except which one should be your target variable (that really is a business question, not technical question). Hope this helps? Thank you for using SAS.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Jason Xin&lt;/P&gt;</description>
    <pubDate>Tue, 13 Sep 2016 20:57:39 GMT</pubDate>
    <dc:creator>JasonXin</dc:creator>
    <dc:date>2016-09-13T20:57:39Z</dc:date>
    <item>
      <title>bayesian network in em</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/bayesian-network-in-em/m-p/294580#M4421</link>
      <description>&lt;P&gt;&lt;IMG title="4.PNG" alt="4.PNG" src="https://communities.sas.com/t5/image/serverpage/image-id/4736iBBA8B125D447BAC9/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;&lt;P&gt;data set.&lt;/P&gt;&lt;P&gt;JID=ID(Interval)&amp;nbsp;&amp;nbsp;, x7_1=&amp;nbsp;age group(1=old,0=young)&amp;nbsp;, AY~AB&amp;nbsp;is disease&amp;nbsp;(1=infection,0=uninfection) (x7_1,AY~AB&amp;nbsp;is&amp;nbsp;BINARY)&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want to know the association of variables which&amp;nbsp;is&amp;nbsp;disease name&amp;nbsp;using the hpbnet of EM.&lt;/P&gt;&lt;P&gt;can I know&amp;nbsp;a network in diseases using bayesian network node?&lt;/P&gt;&lt;P&gt;But I know nothing from seting data(ex. what is the TARGET variable?) and what should&amp;nbsp;I&amp;nbsp;choose&amp;nbsp;which bayesian network.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;IMG title="2.PNG" alt="2.PNG" src="https://communities.sas.com/t5/image/serverpage/image-id/4738i0506C8C70F54967F/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SO, what I want is first, which bayesian network (NAIVE, BAN, TAN) shoud I use?&lt;/P&gt;&lt;P&gt;secend, if I wanna know network in disease, how can I set the data?(significance level, network model, maximum parents, number of bins)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2016 08:36:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/bayesian-network-in-em/m-p/294580#M4421</guid>
      <dc:creator>PICKME</dc:creator>
      <dc:date>2016-08-27T08:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: bayesian network in em</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/bayesian-network-in-em/m-p/296723#M4425</link>
      <description>&lt;P&gt;Please see:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Data-Mining/Bayesian-network-in-EM/m-p/294666#M4400" target="_blank"&gt;https://communities.sas.com/t5/SAS-Data-Mining/Bayesian-network-in-EM/m-p/294666#M4400&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2016 13:12:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/bayesian-network-in-em/m-p/296723#M4425</guid>
      <dc:creator>rayIII</dc:creator>
      <dc:date>2016-09-06T13:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: bayesian network in em</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/bayesian-network-in-em/m-p/298149#M4435</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EM treats variable you specified as TARGET as nominal. It does not care whether the variable is numeric or character type. So you may need to pick a variable that does not have too many categories. Normally you get the idea which variable should be the target from your 'business'. Since your goal, as indicated in your question, appears to find association, not to predict, I would say just use EM to test several different non-interval variables, to see which association finding makes more sense to you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you set Automatic Model Selection =YES, EM will select the 'best' network for you. As a starter, it often is sufficient for network selection. Since you are running HPDM GUI, you are entitled to have access to HPDM procedure documentation, in addition to accessing from within the EM product (Help Menu --&amp;gt; Contents). The within-product access is not bad, but it mixes with EM operation instructions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you get access to HPDM procedure document, Examples 5.1 to 5.6 under HPBNET should pretty much answer all you questions, except which one should be your target variable (that really is a business question, not technical question). Hope this helps? Thank you for using SAS.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Jason Xin&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 20:57:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/bayesian-network-in-em/m-p/298149#M4435</guid>
      <dc:creator>JasonXin</dc:creator>
      <dc:date>2016-09-13T20:57:39Z</dc:date>
    </item>
  </channel>
</rss>

