<?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 Modelling technique to predict when a customer will return in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Modelling-technique-to-predict-when-a-customer-will-return/m-p/354403#M5264</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please advise which&amp;nbsp;technique I could use and examples (if you have)&amp;nbsp;to predict in which day/week after the&amp;nbsp;last purchase, the customer is more likely to come back. I would like to have a final output like this below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have transactional data.., not sure what's going to be the target here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your help would be much appreciated .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="193"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="86"&gt;Customer_id&lt;/TD&gt;
&lt;TD width="107"&gt;Expected return&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10001&lt;/TD&gt;
&lt;TD&gt;This week&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10002&lt;/TD&gt;
&lt;TD&gt;Last week&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10003&lt;/TD&gt;
&lt;TD&gt;Next 2 weeks&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10004&lt;/TD&gt;
&lt;TD&gt;Next 3 Weeks&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
    <pubDate>Fri, 28 Apr 2017 10:43:04 GMT</pubDate>
    <dc:creator>Question</dc:creator>
    <dc:date>2017-04-28T10:43:04Z</dc:date>
    <item>
      <title>Modelling technique to predict when a customer will return</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Modelling-technique-to-predict-when-a-customer-will-return/m-p/354403#M5264</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please advise which&amp;nbsp;technique I could use and examples (if you have)&amp;nbsp;to predict in which day/week after the&amp;nbsp;last purchase, the customer is more likely to come back. I would like to have a final output like this below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have transactional data.., not sure what's going to be the target here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your help would be much appreciated .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="193"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="86"&gt;Customer_id&lt;/TD&gt;
&lt;TD width="107"&gt;Expected return&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10001&lt;/TD&gt;
&lt;TD&gt;This week&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10002&lt;/TD&gt;
&lt;TD&gt;Last week&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10003&lt;/TD&gt;
&lt;TD&gt;Next 2 weeks&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10004&lt;/TD&gt;
&lt;TD&gt;Next 3 Weeks&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Fri, 28 Apr 2017 10:43:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Modelling-technique-to-predict-when-a-customer-will-return/m-p/354403#M5264</guid>
      <dc:creator>Question</dc:creator>
      <dc:date>2017-04-28T10:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Modelling technique to predict when a customer will return</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Modelling-technique-to-predict-when-a-customer-will-return/m-p/355478#M5272</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can think of implementing two stage model here. In the first stage, you can predict the probability of a customer who is likely to return (binary classification problem that can be solved with logistic regression). If that probability is high, then in second stage, you can actually calculate the "time to return" (a continuous variable...so essentially you need to build a regression model where target variable is "time to return".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do not have any readymade example to share. Also, i am not sure what all data is available with you. You can think of following set of features that you can include in your both models:&lt;/P&gt;
&lt;P&gt;1. User demographics&lt;/P&gt;
&lt;P&gt;2. User characteristics&lt;/P&gt;
&lt;P&gt;3. Few geography specific things (e.g. store location, users' residence, how far / near the store is....assuming you have information about the registered users)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;best,&lt;/P&gt;
&lt;P&gt;abhijit&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 05:03:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Modelling-technique-to-predict-when-a-customer-will-return/m-p/355478#M5272</guid>
      <dc:creator>sinabl</dc:creator>
      <dc:date>2017-05-03T05:03:56Z</dc:date>
    </item>
  </channel>
</rss>

