<?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 Multiple Campaigns with Multiple Decision Trees in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Multiple-Campaigns-with-Multiple-Decision-Trees/m-p/230599#M3258</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have multiple campaigns and their performance data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I built one decision tree for each campaign to determine the most important independent variables and the rules that can be implemented for each campaign.&amp;nbsp; Each tree gives me leaves/ segments that tells me the group of customers least or most likely to respond to each campaign.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, it turns out that my clients want to have just one tree to do the similar job.&amp;nbsp; However, my trees look so different from each other that I don't know how to build just one tree to do it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Oct 2015 16:09:14 GMT</pubDate>
    <dc:creator>EricTsai</dc:creator>
    <dc:date>2015-10-19T16:09:14Z</dc:date>
    <item>
      <title>Multiple Campaigns with Multiple Decision Trees</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Multiple-Campaigns-with-Multiple-Decision-Trees/m-p/230599#M3258</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have multiple campaigns and their performance data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I built one decision tree for each campaign to determine the most important independent variables and the rules that can be implemented for each campaign.&amp;nbsp; Each tree gives me leaves/ segments that tells me the group of customers least or most likely to respond to each campaign.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, it turns out that my clients want to have just one tree to do the similar job.&amp;nbsp; However, my trees look so different from each other that I don't know how to build just one tree to do it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2015 16:09:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Multiple-Campaigns-with-Multiple-Decision-Trees/m-p/230599#M3258</guid>
      <dc:creator>EricTsai</dc:creator>
      <dc:date>2015-10-19T16:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Campaigns with Multiple Decision Trees</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Multiple-Campaigns-with-Multiple-Decision-Trees/m-p/230604#M3259</link>
      <description>&lt;P&gt;Hey Eric,&lt;/P&gt;
&lt;P&gt;What does your data look like?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For each campaign your target is a binary target? E.g. either&amp;nbsp;campaignA=1 or campaignA=0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have variables like that for each campaign (campaignA, campaignB, campaignC, etc), you can write SAS code&amp;nbsp;to create a new nominal target. Example, for each observation campaign equals a value&amp;nbsp;in {A,B,C,...}.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can then train a decision tree that classifies each person to one of those campaigns.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does that help?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2015 16:47:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Multiple-Campaigns-with-Multiple-Decision-Trees/m-p/230604#M3259</guid>
      <dc:creator>M_Maldonado</dc:creator>
      <dc:date>2015-10-19T16:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Campaigns with Multiple Decision Trees</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Multiple-Campaigns-with-Multiple-Decision-Trees/m-p/230988#M3263</link>
      <description>&lt;P&gt;Hi, Miguel:&lt;/P&gt;
&lt;P&gt;Each campaign's target is a binary variable, i.e., Y=1 if customer click and Y=0 if customer didn't click on the web link.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I actually&amp;nbsp;built a decision tree with nominal target variable exactly by doing what you suggested. &amp;nbsp;However, my concern is that not all customers were exposed to all my 4 campaigns. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In other words, it didn't really make sense to say that customer &lt;STRONG&gt;John&lt;/STRONG&gt; prefered Campaign A over Campaign B, because John was only exposed to Campaign A, but not Campaign B.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 15:51:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Multiple-Campaigns-with-Multiple-Decision-Trees/m-p/230988#M3263</guid>
      <dc:creator>EricTsai</dc:creator>
      <dc:date>2015-10-21T15:51:44Z</dc:date>
    </item>
  </channel>
</rss>

