<?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: Model to predict customers who are more likely to subscribe in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Model-to-predict-customers-who-are-more-likely-to-subscribe/m-p/386110#M5704</link>
    <description>&lt;P&gt;If you only have the beginning subscription dates, you will need some additional information to help identify predictors for someone subscribing. &amp;nbsp;Assuming you have such variables, you have several options in how you prepare your data. &amp;nbsp;One approach is to start by setting an observation window&amp;nbsp;and a target window. &amp;nbsp; For example, you might consider starting looking at the data available for potential subscribers from January through March to predict who would subscribe during May or June. &amp;nbsp; The missing month (April) is intended to provide you some time to take action on those people the model identifies as being more likely to subscribe. &amp;nbsp; If you have monthly data available, you can record those variables at lag1_var (end of March), lag 2_var (end of February), and lag3_var(end of January) to try and capture changes in behavior that might make someone more likely to respond/subscribe. &amp;nbsp;For more distant time periods, you might average together behaviors (e.g. lag46_var for the average of the variables for October/November/December). &amp;nbsp; You could then see how many of those people who had not subscribed by the end of the target period ended up subscribing in the 2-month period of May and June. &amp;nbsp; The beauty of this type of approach is that it relies on recent behavior to predict future behavior. &amp;nbsp;Since you are using rolling time periods, you can validate the model's performance at any time by updating the time intervals, and you can score current data to project subscriptions that will current in the 2-month period starting 30 days later. &amp;nbsp; &amp;nbsp;&amp;nbsp;As new data becomes available, you update the corresponding lag variables so that you can score the newest data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Doug&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Aug 2017 18:50:07 GMT</pubDate>
    <dc:creator>DougWielenga</dc:creator>
    <dc:date>2017-08-07T18:50:07Z</dc:date>
    <item>
      <title>Model to predict customers who are more likely to subscribe</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Model-to-predict-customers-who-are-more-likely-to-subscribe/m-p/360843#M5347</link>
      <description>Hi All,

I have a quick question regarding on propensity model build. I have identified  customers who didn't have any subscription then move to subscription . Each customer will have a sub_start_date  and I have like 2 years data.  The target=1 represent customers who were transacting normal then  move to subscription and target=0 , customers who haven't subscribed, but still transacting normal.

My question, is how to calculate the variables to use in the model? For target=1, I can look at any behavior before their sub_date,  (transac in last week, 4 weeks ec.. from sub_date)..., but for Target=0, how do I calculate the variables, as they don't have a reference date (sub_date) etc...?

Your help would be much appreciated.

Thank You very much


customer_id	min_sub_date
50001	29/09/2016
50008	30/11/2014
50087	23/11/2014
50103	01/04/2017</description>
      <pubDate>Tue, 23 May 2017 17:06:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Model-to-predict-customers-who-are-more-likely-to-subscribe/m-p/360843#M5347</guid>
      <dc:creator>Question</dc:creator>
      <dc:date>2017-05-23T17:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Model to predict customers who are more likely to subscribe</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Model-to-predict-customers-who-are-more-likely-to-subscribe/m-p/386110#M5704</link>
      <description>&lt;P&gt;If you only have the beginning subscription dates, you will need some additional information to help identify predictors for someone subscribing. &amp;nbsp;Assuming you have such variables, you have several options in how you prepare your data. &amp;nbsp;One approach is to start by setting an observation window&amp;nbsp;and a target window. &amp;nbsp; For example, you might consider starting looking at the data available for potential subscribers from January through March to predict who would subscribe during May or June. &amp;nbsp; The missing month (April) is intended to provide you some time to take action on those people the model identifies as being more likely to subscribe. &amp;nbsp; If you have monthly data available, you can record those variables at lag1_var (end of March), lag 2_var (end of February), and lag3_var(end of January) to try and capture changes in behavior that might make someone more likely to respond/subscribe. &amp;nbsp;For more distant time periods, you might average together behaviors (e.g. lag46_var for the average of the variables for October/November/December). &amp;nbsp; You could then see how many of those people who had not subscribed by the end of the target period ended up subscribing in the 2-month period of May and June. &amp;nbsp; The beauty of this type of approach is that it relies on recent behavior to predict future behavior. &amp;nbsp;Since you are using rolling time periods, you can validate the model's performance at any time by updating the time intervals, and you can score current data to project subscriptions that will current in the 2-month period starting 30 days later. &amp;nbsp; &amp;nbsp;&amp;nbsp;As new data becomes available, you update the corresponding lag variables so that you can score the newest data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Doug&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 18:50:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Model-to-predict-customers-who-are-more-likely-to-subscribe/m-p/386110#M5704</guid>
      <dc:creator>DougWielenga</dc:creator>
      <dc:date>2017-08-07T18:50:07Z</dc:date>
    </item>
  </channel>
</rss>

